I also had this problem recently.  A few things I did that ultimately got me
up and running:

   - Used very latest rubygems (1.3.3 in my case) instead of that from
   debian distro
   - make sure the www-data user can read and execute all the rubygems
   (chown, chmod, chgrp, etc.).

Hope this helps,


Marc
--
m...@quetzall.com



On Mon, May 18, 2009 at 8:43 AM, karl <kpb...@gmail.com> wrote:

>
> Hi,
> I'm trying to deploy my rails app through passenger on an Apache2 on
> debian etch. When I start to boot the app it doesn't load one of my
> requires throwing an exception which looks like '/usr/local/lib/
> site_ruby/1.8/rubygems/custom_require.rb        31      in
> `gem_original_require' ' on the stacktrace. The gem is installed and
> it's located in the correct dir which I can find through 'gem
> environment'. I'm running ruby 1.8.5, passenger 2.2.2 and looking for
> kwalify 0.7.1. .
> Is this a debian bug, what am I missing? The app runs fine with the
> same configuration on my mac.
> Please help,
> Karl
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to