Mongrel error

Hi,

I have my rails application deployed on a 32-bit machine and I’m
trying to move it to a 64-bit machine. Thing is, I have rails and gem
installed in my home directory. I re-installed mongrel and
mongrel_cluster on the 64-bit machine. But when I issue any
mongrel_rails command, it hangs until I interrupt it with a ctrl+c,
upon which I get the following dump:

me@64bitmachine$ mongrel_rails -
** Ruby version is not up-to-date; loading cgi_multipart_eof_fix
/home/me/mygems/gems/mongrel-1.1.5/bin/…/lib/mongrel/gems.rb:8:in
require': Interrupt from /home/me/mygems/gems/mongrel-1.1.5/bin/../lib/mongrel.rb: 17 from /home/me/rubygems/lib/rubygems/custom_require.rb:27:ingem_original_require’
from /home/me/rubygems/lib/rubygems/custom_require.rb:27:in
require' from /home/me/mygems/gems/mongrel-1.1.5/bin/mongrel_rails:11 from /home/me/mygems/bin/mongrel_rails:19:inload’
from /home/me/mygems/bin/mongrel_rails:19

Does anyone have an idea as to what is going wrong here?

Thanks!

OS is Debian Linux. Ruby version is 1.8.5 [x86_64-linux]

Thanks!

On Jan 15, 4:21 am, “Maurício Linhares” [email protected]

Are you running the latest ruby for you environment? What is you OS?

Maurício Linhares
http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/
(en)

Hi,

Shift to Ruby 1.8.7 (Download Ruby) rather than
the
inbuilt 1.8.5 this should solve your problem

NAYAK

On Thu, Jan 15, 2009 at 9:31 PM, amrita [email protected] wrote:

http://blog.codevader.com/(en) http://blog.codevader.com/(en)

upon which I get the following dump:
require' from /home/me/mygems/gems/mongrel-1.1.5/bin/mongrel_rails:11 from /home/me/mygems/bin/mongrel_rails:19:in load’
from /home/me/mygems/bin/mongrel_rails:19

Does anyone have an idea as to what is going wrong here?

Thanks!

  • NAYAK