RVM问题与山狮(RVM issue with Mountain Lion)

2019-09-21 15:48发布

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

我已经确定的Brew医生都好。

当我运行即RVM intall 1.9.3头,我得到以下。

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

请任何人都可以提出建议。 它看起来像MD5是问题? 在命令行中我不是专家,所以任何帮助将是非常美妙的。

提前致谢。

Answer 1:

检查这个答案https://stackoverflow.com/a/10540282/497756

主要问题是:

rvm pkg install openssl

接着:

rvm reinstall 1.9.3


Answer 2:

尝试以下方法:

  • 更新Xcode中,得到将与狮子工作,并再次运行该命令的版本。

  • 安装使用:

    RVM安装1.9.3 --with-GCC =铛

  • 安装GCC 4.2和尝试:

    RVM安装1.9.3 --with-GCC GCC =-4.2

希望这些人会工作。



文章来源: RVM issue with Mountain Lion
标签: ruby rvm