On Jul 29, 2007, at 12:15 PM, Pawel Stawicki wrote:
> > Hi, > > I just installed mongrel on my server, but can't use it. I am using > debian server. I installed mongrel by "gem install mongrel", and > everything worked fine, I've seen "Successfully installed > mongrel-1.0.1". But when I issue command "mongrel_rails", there is > "command not found" message. Also when I issue "gem contents > mongrel", I > can see "Unable to find gem 'mongrel' in default gem paths". When I do > "gem list", I can see mongrel there. > > What is going on? What am I doing wrong? Sounds like an issue with your path. Does this work? /var/lib/gems/1.8/bin/mongrel_rails I've had this problem on Debian servers in the past and the way to get around it is to modify your PATH to include "/var/lib/gems/1.8/ bin" or create symlinks. Good luck, Robby -- Robby Russell Founder and Executive Director PLANET ARGON, LLC Design, Development, and Hosting with Ruby on Rails http://www.planetargon.com/ http://www.robbyonrails.com/ +1 503 445 2457 +1 877 55 ARGON [toll free] +1 815 642 4068 [fax] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
