well, that's odd.
gem list
should show you
rubygems-update (1.3.1)
with that there should be the command
update_rubygems
available. if not check your gem-directory which can be found by
running
gem environment
for me it is "/usr/lib/ruby/gems/1.8/gems/rubygems-update-1.3.1/bin/
update_rubygems"
Ah, I guess the problem is in the paths!
I have changed the standard "gem" command to work by default with
Passenger. So, I guess, I should update the Passenger now?
you should find the rubygems-update gem there. just go in, locate the
bin-directory and start update_rubygems from there.
still, to save yourself some trouble. look into your path-variables
and make sure everything is working correctly. otherwise you'll be
back here very soon with an other issue.
It's very strange, but I still cannot force the update_rubygems to run
correctly.
I have tried the full path, but failed:
$ sudo /opt/ruby-enterprise-1.8.6-20080810/lib/ruby/gems/1.8/gems/
rubygems-update-1.3.1/bin/update_rubygems
Error: Cannot find RubyGems Update Path!
RubyGems has already been updated.
The rubygems-update gem may now be uninstalled.
E.g. gem uninstall rubygems-update
Have you tried downloading the rubygems 1.3.1 source
from http://rubyforge.org/frs/?group_id=126 , unpacking,
then running "ruby setup.rb" as root in that directory?