From: Wolfram Arnold Date: 2008-01-28T07:15:29+09:00 Subject: Re: gem_server > I had the same problem on my system. Mine is on ubuntu 7.10. When I > checked out my /usr/bin directory, I found the gem command and the > gem1.8 command. When I run the `gem1.8` command, everything runs > normally. I copied gem1.8 over to gem, and now I can use the gem > command again. I think that Ubuntu's packaged version of 'rubygems' (the one installed with Synaptics, Adept, or apg-get) is too old. Remove the packaged version and install the latest rubygems from http://rubygems.org/read/chapter/3. The other side-effect this has is that on Ubunty 7.04 and 7.10, the gem installation directory moves from /var/lib/gems/... to /usr/lib/ruby/gems/... I reinstalled all my gems. There may be a way to play with some environment variables, but it wasn't worth the trouble to me to keep something working that doesn't follow convention (it's not the Rails way). -- Posted via http://www.ruby-forum.com/.