Hi
Trying to install 1.9.2 using rvm. Works fine until it gets to
installing rubygems. I’ve tried installing various versions of rubygems
via rvm and always get the following error:
jason@appy:~$ rvm rubygems latest
Retrieving rubygems-1.8.10
Extracting rubygems-1.8.10 …
ERROR: Error running ‘gunzip <
/home/jason/.rvm/archives/rubygems-1.8.10.tgz | tar xf - -C
/home/jason/.rvm/src’, please read
/home/jason/.rvm/log/ruby-1.9.2-p290/rubygems.extract.log
Removing old Rubygems files…
Installing rubygems-1.8.10 for ruby-1.9.2-p290 …
ERROR: Error running
‘GEM_PATH="/home/jason/.rvm/gems/ruby-1.9.2-p290:/home/jason/.rvm/gems/ruby-1.9.2-p290@global:/home/jason/.rvm/gems/ruby-1.9.2-p290:/home/jason/.rvm/gems/ruby-1.9.2-p290@global"
GEM_HOME="/home/jason/.rvm/gems/ruby-1.9.2-p290"
“/home/jason/.rvm/rubies/ruby-1.9.2-p290/bin/ruby”
“/home/jason/.rvm/src/rubygems-1.8.10/setup.rb”’, please read
/home/jason/.rvm/log/ruby-1.9.2-p290/rubygems.install.log
WARN: Installation of rubygems did not complete successfully.
Never had this problem before on ubuntu, but just installed 11.10.
Any help would be much appreciated.
thanks!
jason…