Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Rails config problem I guess. I have an error in my config that just occurred. The only thing I recall doing since the app was working is:

% gem install taps

Current state

Mac:mecv2 me$ ruby script/server /Users/me/.rvm/gems/ruby-1.8.7-p174@mecv2/gems/mongrel-1.1.5/lib/http11.bundle: [BUG] Segmentation fault ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.7.0]

Abort trap

--

I'm using RVM and Bundler too.
ruby-1.8.7-p174@mecv2:

Does anyone know if the following gems are incompatible?

  • sudo gem update --system 1.5 #to downgrade rubygems for compatibility
  • taps (0.3.23)
  • sequel (3.20.0)
  • pg (0.11.0) # sudo env ARCHFLAGS="-arch x86_64" gem install pg

Or maybe its something else?
when I installed the taps and sequel gems I did not use RVM nor bundler. I just did sudo gem install X.

share|improve this question
Output of the command which gem? – Devin M Jun 2 '11 at 21:04
Why are you using "gem install" when you are using bundler? – Henry Collingridge Jun 2 '11 at 22:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.