[Rails] Re: Gem path problems w/ Passenger+Apache2

2009-05-09 Thread Bharat
Check if you have forgotten to "symlink" the ruby executables? You have to do that regardless of whether you are using Ruby Enterprise or MRI. See the following article by Peter Cooper. I am using Ruby Enterprise so I sylinked accordingly. http://www.rubyinside.com/how-to-install-a-ruby-18-sta

[Rails] Re: Gem path problems w/ Passenger+Apache2

2009-05-08 Thread Philip Hallstrom
Are you using passenger's ruby? Seems I remember reading that if you are you need to install gems via both the system-ruby and the passenger-ruby as they end up in different spots and passenger-ruby only looks for them in it's own directory heirarchy. -p On May 8, 2009, at 6:58 PM, Marc B

[Rails] Re: Gem path problems w/ Passenger+Apache2

2009-05-08 Thread Marc Byrd
Platform - Ubuntu, 32-bit on EC2, jaunty jackalope On line that says "require 'cloud_cache' " it says file not found. Note that in order to get "require 'simple_record' " to load properly I had to chown www-data:www-data on its files. I did the same on "cloud_cache" files but no joy. Again, all

[Rails] Re: Gem path problems w/ Passenger+Apache2

2009-05-08 Thread Conrad Taylor
On Fri, May 8, 2009 at 6:13 PM, Marc Byrd wrote: > Anyone else having a dickens of a time getting Passenger+Apache2 to > recognize the gem path? > > Many things that work well w/ webbrick just don't work at all with P+A - > require fails. > > Here are my versions: > gem 1.3.3 (from source, partly