2013-03-31 2 views
2

....오류 설치 RVM이 오류를 해결하기 위해 노력 1.9.3

$ 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 

로그 파일 https://gist.github.com/anonymous/d9b590dfc121aab46579

+0

감사합니다. Michael, 훌륭한 튜토리얼을 보내 주셔서 감사합니다! – user2012677

답변

3

, 당신은 RVM에 대한 티켓을 열어야합니다 그것을 해결하기 위해 : https://github.com/wayneeseguin/rvm/issues

당신은 문제를 극복 할 수있는 사제로 전환 :

rvm autolibs osx_brew 
+1

당신이 macports를 사용한다면, 그것은'rvm autolibs macports'입니다. @mpapis 감사합니다! – Sayanee

+0

감사합니다. 나는 rvm을 함몰시키고 rbenv를 사용하기로 결정했습니다. – user2012677

관련 문제