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

前端 未结 13 1362
难免孤独
难免孤独 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 23:06

    I fix this error for ruby 2.1.2 as follow.

    rvm pkg install openssl
    rvm reinstall ruby-2.1.2 --with-openssl-dir=$rvm_path/usr
    

提交回复
热议问题