On 10/4/07, Remigi Illi <[EMAIL PROTECTED]> wrote: > > Hi there, > i just got a new server and I'm having some trouble with the mongrel > server and the ferret gem. > > The server is running debian etch. I installed ruby 1.8.5 with the dev > package, rails 1.2.3. I also installed the mongrel gem. But I not able > to start a mongrel server. > > When I try to start the server he causes following error: > > /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require': no such file to load -- http11 (LoadError)
This is the important part: you're missing the compiled extension. That means that 'gem install mongrel' yell at you with some error about compiling the extension (and to check some log file) and you just ignored it :-P Try reinstallation (uninstall and later install) of mongrel gem and see if the extension gets compiled. If not, you should recheck you have build-essential and ruby-dev dependencies installed (apt-get install?). HTH, -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---