2

Google は、何が問題なのかを見つけるのにあまり役に立ちませんでした。

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 に答える