2

谷歌在试图找出问题所在时并不是很有用。

rvm install ruby-1.9.3-p392
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for smf, might require sudo password.
Installing SM Framework.
Error running 'requirements_smf_install_sm',
please read /usr/local/rvm/log/ruby-1.9.3-p392/1369014444_smf_install.log

日志文件显示以下内容:

[2013-05-19 22:47:24] requirements_smf_install_sm
SMF Framework support is only intended for RailsInstaller, please use Homebrew integration instead.

有什么帮助吗?

4

1 回答 1

1

出于某种原因,我有:

rvm autolibs smf 

在 /etc/rvmrc

我删除了它,然后我执行了

rvm get stable --auto-dotfiles

然后我做了

rvm autolibs brew

最后

rvm install ruby-1.9.3-p392

工作!

于 2013-05-20T02:26:26.830 回答