本文介绍了Mountain Lion 的 RVM 问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我可以在运行 Mountain Lion 的 Mac 上安装任何 Ruby 版本
I can install any Ruby versions on a Mac running Mountain Lion
我确保 Brew Doctor 一切顺利.
I have made sure Brew Doctor is all good.
当我运行 ie rvm intall 1.9.3-head 时,我得到以下信息.
When I run ie rvm intall 1.9.3-head I get the following.
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
这是 make.log http://pastie.org/private/wt48jlhlng9tgbdgqap8q
This is the make.log http://pastie.org/private/wt48jlhlng9tgbdgqap8q
请各位大侠指教一下.看起来像 MD5 是问题??我不是命令行专家,所以任何帮助都会很棒.
Please can anyone advise. It looks like MD5 is the issue ?? Im not expert at command line so any help would be fantastic.
提前致谢.
推荐答案
检查这个答案 https://stackoverflow.com/a/10540282/497756
重点是:
rvm pkg install openssl
然后:
rvm reinstall 1.9.3
这篇关于Mountain Lion 的 RVM 问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!