我正在尝试运行这个项目https://github.com/eLobato/cartodb-rb-client但显然我的 rvm 搞砸了或 pg 有一个可怕的错误。这是错误跟踪
/usr/bin/ruby1.8 -S bundle exec rspec "./spec/model/data_spec.rb" "./spec/model/metadata_spec.rb" "./spec/model/scopes_spec.rb" "./spec/client_spec.rb"
/home/daniel/.rvm/gems/ruby-1.9.2-p290@cartodb-rb-client/gems/pg-0.11.0/lib/pg_ext.so: [BUG] Segmentation fault
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
Aborted
rake aborted!
ruby -S bundle exec rspec "./spec/model/data_spec.rb" "./spec/model/metadata_spec.rb" "./spec/model/scopes_spec.rb" "./spec/client_spec.rb" failed
Tasks: TOP => spec
(See full trace by running task with --trace)
分段故障线真的让我很烦恼,因为我试图重新安装 pg 无济于事。我正在运行 Ubuntu 11.10,并且我已经安装了 ruby 1.9.2 和 1.8.7
有什么线索吗?