Eric Hodel wrote: > On Aug 29, 2009, at 11:35, Adam Wilson wrote: > >> OK sorted that problem (copied the file to /usr/bin/ruby/1.8) > > This is probably going to cause a segfault or similar weirdness in the > future. NEVER DO THIS. > >> If anyone can help with updating RubyGems but so it uses /usr/bin >> instead of /usr/local/bin, that would be much appreciated. > > Uninstall both ruby versions and reinstall from scratch. OK thanks for the advice... I managed to sort the prob by reinstalling RubyGems from source specifying /usr/bin/ruby/1.8 as the installation path and specifiying prefix=/usr .. then ran rubyems_update and it seems too be working now :) -- Posted via http://www.ruby-forum.com/.