2

Trying to solve this error....

$ rvm install 1.9.3
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 required packages: libksba,
sqlite...................................................
Error running 'requirements_smf_libs_install libksba sqlite',
please read /Users/jm/.rvm/log/ruby-1.9.3-p392/package_install_libksba_sqlite.log
There were package installation errors, make sure to read the log.
You can get help using IRC: http://webchat.freenode.net/?channels=rvm

Log file https://gist.github.com/anonymous/d9b590dfc121aab46579

4

1 回答 1

3

这是 autolibs 中 SM 框架实现的一个错误,您需要为 RVM 打开一张票来修复它:https ://github.com/wayneeseguin/rvm/issues

您可以通过切换到自制软件来解决这个问题:

rvm autolibs osx_brew
于 2013-04-01T01:33:53.940 回答