On 2/15/07, Tony Cosentini <starnix17 / gmail.com> wrote: > > Thanks for the explanation. I have require 'rubygems' before require > 'camping' in my application, but I'm still getting an error: > [Wed Feb 14 18:58:48 2007] [error] [client 70.105.220.65] no such file > to load -- camping > [Wed Feb 14 18:58:48 2007] [error] [client 70.105.220.65] ( > [Wed Feb 14 18:58:48 2007] [error] [client 70.105.220.65] LoadError > [Wed Feb 14 18:58:48 2007] [error] [client 70.105.220.65] ) > Sometimes, these sorts of problems are created by the fact that the webserver is actually running as a different user that doesn't have access to the gems, etc... Depending on where/how the gems are installed, and what user the webserver acts as, I've seen things like this in the past. Not a real solid answer, but maybe something to go on. hth, -Harold