摘要:
You can install it with defaultyum install -y ruby ruby-devel rubygemsOther way is to compile it by yourselfRubywget http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p302.tar.gztar -zxvf ruby-1.8.7-p302.tar.gzcd ruby-1.8.7-p302./configure --with-openssl-dir=/usr/lib/opensslmakemake installRubygemswg 阅读全文