I have a CentOS 5.5 (64-bit server)
I'd like to install Ruby 1.8.7 (current patch level) and RubyGems
What's the best way to go about this?
disclaimer: I'm a CentOS noob
|
feedback
|
|
You can install it with default Other way is to compile it by yourself Ruby
Rubygems
Check if installed
| |||||||||||||
feedback
|
|
I got the following WARNING: configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --with-openssl-dir other than that everything went "ok", not sure if that warning will effect me later on though. | |||
|
feedback
|
|
In what capacity are you trying to use Ruby? If you don't need it systemwide, Have you considered using RVM locally so you can install ruby into your local directory? Additionally you can install rvm systemwide. It takes some doing, but it's a better solution that tossing files across your server. I'd test it out first in your local directory until you get comfortable with it. | |||
|
feedback
|