Mountain Lion的RVM问题

Lee*_*Lee 3 ruby rvm

我可以在运行Mountain Lion的Mac上安装任何Ruby版本

我确保Brew Doctor一切都很好.

当我运行ie rvm intall 1.9.3-head我得到以下内容.

From git://github.com/ruby/ruby
 * branch            ruby_1_9_3 -> FETCH_HEAD
Already up-to-date.
Copying from repo to src path...
ruby-1.9.3-head - #autoreconf
ruby-1.9.3-head - #configuring 
ruby-1.9.3-head - #compiling 
Error running 'make', please read /Users/lee/.rvm/log/ruby-1.9.3-head/make.log
There has been an error while running make. Halting the installation.
lee$ mate /Users/lee/.rvm/log/ruby-1.9.3-head/make.log
Run Code Online (Sandbox Code Playgroud)

这是make.log http://pastie.org/private/wt48jlhlng9tgbdgqap8q

请任何人都可以提供建议.看起来MD5是个问题?我不是命令行的专家,所以任何帮助都会很棒.

提前致谢.

mpa*_*pis 6

请检查此答案/sf/answers/737819771/

重点是:

rvm pkg install openssl
Run Code Online (Sandbox Code Playgroud)

然后:

rvm reinstall 1.9.3
Run Code Online (Sandbox Code Playgroud)