ubuntu编译安装ruby1.9.3,从p551降级到p484

Posted wangn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu编译安装ruby1.9.3,从p551降级到p484相关的知识,希望对你有一定的参考价值。

在升级redmine的时候遇到ruby版本适配的问题。找了些资料。

ruby安装包除了官方网站,可以参考 http://ftp.ruby-lang.org/pub/ruby/1.9/

 

需要从1.9.3-p551降级到1.9.3-p484。直接安装p484版本。

cd /usr/src
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p484.tar.gz
tar zxf ruby-1.9.3-p484.tar.gz
cd ruby-1.9.3-p484
./configure --prefix=/usr/local --disable-install-doc --with-opt-dir=/usr/local/lib
make && make install

然后做一下软连接

-bash: /usr/bin/ruby: No such file or directory

ln -s /usr/local/bin/ruby /usr/bin/ruby

$ /usr/bin/ruby -v  
ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]

这样在redmine passenger就会调用p484版本。

 

Best Wishes!Any question pls fell free to contact me!

以上是关于ubuntu编译安装ruby1.9.3,从p551降级到p484的主要内容,如果未能解决你的问题,请参考以下文章

configure:error:C编译器在安装Ruby 1.9.3时无法创建可执行文件

在 Windows 上缺少 ImageMagick X11 的 Rails 安装

Rails、Ruby 1.9.3p0 和 mysql gem

使用 Ruby 1.9.3 时出现“证书验证失败”OpenSSL 错误

在 Ruby 1.9.3 中安装 Mongrel

Ruby 1.9.3 / Passenger 3.0.9 升级导致上游过早关闭