We are using Passenger locally on Mac OS X for development.
I switched to conservative spawn mode to try to debug a problem with the MongoDB ruby driver.
However, after I did this, Passenger can no longer find my gems. I get the application failed to start page with this message:
Missing these required gems: aws-s3 >= 0.6.2 ruby-units >= 1.1.3 mongo >= 0.15.1 You're running: ruby 1.8.6.111 at /opt/local/bin/ruby rubygems 1.3.5 at /Users/look/.gem/ruby/1.8, /opt/local/lib/ruby/gems/1.8 Run
rake gems:install
to install the missing gems.
I definitely have these gems installed in the gem paths mentioned, and the app works in the default spawn mode.
I found this thread with the same problem on the Passenger mailing list, but there was no resolution.
Any ideas?