troubles with RVM and OpenSSL

后端 未结 12 2315
暗喜
暗喜 2020-12-08 01:32

Trying to set up a new macbook for a colleague. Not going well.

First I install OpenSSL:

Heathers-MacBook-Pro:~ heather$ rvm pkg install openssl
F         


        
12条回答
  •  离开以前
    2020-12-08 01:42

    For older version of ruby 2.2.10 on MacOS High Sierra 10.13.6 the only thing worked for me was:

    1. switching to older OpenSSL version
    brew switch openssl 1.0.2s
    
    1. Than reinstalling ruby using --with-openssl-dir
    rvm reinstall 2.2.10 --with-openssl-dir=/usr/local/Cellar/openssl/1.0.2s
    

提交回复
热议问题