在Ubuntu 10.10上安装Ruby 1.9.3-p374后,出现错误:
/opt/ruby-1.9.3-p374/bin/ruby -v
Segmentation fault
对于安装,我使用以下说明https://github.com/postmodern/chruby/wiki/MRI
我应该使用参数"——enable-shared"
./configure --enable-shared --disable-install-doc
这里有一个好例子:https://gist.github.com/4566200