1st: uninstall the ruby version that came with ubuntu. This is
important since both ruby installation clash (it happened to me but I
don’t remember right now).
2nd: sudo apt-get build-dep ruby1.8 (to grab all the needed
dependencies to compile ruby).
1st: uninstall the ruby version that came with ubuntu. This is
important since both ruby installation clash (it happened to me but I
don’t remember right now).
2nd: sudo apt-get build-dep ruby1.8 (to grab all the needed
dependencies to compile ruby).
3rd: NOW you can compile ruby.
This looks helpful. One thing I can’t help but wonder is what
might be the implication(s) of doing this as time goes by. Will
one always have to go through this process for updates to ruby?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.