[Mongrel] Mongrel_rails can't find memcache-client

2010-03-24 Thread T_ S_
I added memcache-client to our app: config.gem memcache-client, :version = 1.8.1 According to gem list the gem is there: memcache-client (1.8.1) If I run our app with script/server everything works just fine but when I try to run it with mongrel_rails start it stops with error: no such file to

Re: [Mongrel] Mongrel_rails can't find memcache-client

2010-03-24 Thread Luis Lavena
On Wed, Mar 24, 2010 at 7:56 AM, T_ S_ li...@ruby-forum.com wrote: I added memcache-client to our app: config.gem memcache-client, :version = 1.8.1 According to gem list the gem is there: memcache-client (1.8.1) If I run our app with script/server everything works just fine but when I try