can not install ruby-1.8.7-p249 on rvm

前端 未结 3 1238
独厮守ぢ
独厮守ぢ 2021-01-14 05:19
$ rvm install ruby-1.8.7-p249
Installing Ruby from source to: /home/sayuj/.rvm/rubies/ruby-1.8.7-p249, this may take a while depending on your cpu(s)...

ruby-1.8.7-         


        
3条回答
  •  北恋
    北恋 (楼主)
    2021-01-14 05:51

    Be sure to install ruby with rvm and giving the open-ssl-dir explicitly like this:

    rvm cleanup
    rvm install ruby-1.8.7 --with-openssl-dir=$HOME/.rvm/usr
    

提交回复
热议问题