ruby 2.0 rails gem install error “cannot load such file — openssl”

前端 未结 13 1355
难免孤独
难免孤独 2020-11-28 22:12

I am using osx 10.8.2 installed ruby 2.0 and.... got this when trying to run \"sudo gem install rails\"

$         


        
13条回答
  •  悲&欢浪女
    2020-11-28 22:59

    This worked for me which is similar to some of the other answers already posted.

    rvm pkg install openssl
    rvm reinstall all --force
    

提交回复
热议问题