Am getting the below error while trying to install ruby using rvm:
$rvm install 1.9.3
Searching for binary rubies, this might take some time.
Checking requirements for ubuntu.
Installing requirements for ubuntu.
Updating system..................................................................................................
Error running 'requirements_debian_update_system ruby-1.9.3-p448',
please read /home/troy/.rvm/log/1379872584_ruby-1.9.3-p448/update_system.log
Requirements installation failed with status: 100.
Can you help me on this!
It isn't unusual to not have a binary package for you distribution, and
rvm
should try to install from source.First, check that it didn't actually install it:
Otherwise, I suspect you may be missing some depedencies, which you can find with:
You'll need to install those and the run the install again.