“bad ecpoint” SSL error on fresh RVM Ruby 1.9.3 install on OSX Mountain Lion

核能气质少年 提交于 2019-11-29 12:48:21

Explaining my comment...

Update RVM to latest development version (but stable should work too):

rvm get head

Install all required libraries for ruby (autolibs=4 is for full automation):

rvm --autolibs=4 --debug requirements

Finally reinstall ruby:

rvm reinstall 1.9.3

You can enable full library automation within RVM for next commands with:

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