Error install rvm 1.9.3

早过忘川 提交于 2019-12-08 02:09:45

问题


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


回答1:


That's a bug for SM Framework implementation in autolibs, you need to open a ticket for RVM to fix it: https://github.com/wayneeseguin/rvm/issues

You can overcome the problem by switching to homebrew:

rvm autolibs osx_brew


来源:https://stackoverflow.com/questions/15735110/error-install-rvm-1-9-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!