使用 rvm 我将我的 ruby 升级到 1.9.3-p392,还添加了 2.0.0,每当我尝试使用这个版本时,当我运行我的 bundle 命令时,我都会收到这个错误。
Could not load OpenSSL.
You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL using RVM are
available at rvm.io/packages/openssl.
我已经按照几个不同的说明来解决这个问题。我尝试删除版本并使用 rvm 选项安装它
--with-openssl-dir=$HOME/.rvm/usr
我已经用 rvm 和 macports 安装了 OpenSSL。两者都没有解决问题。我什至使用以下方法更改了 ssl 证书的文件位置:
export SSL_CERT_FILE=/Users/DarkLord/.rvm/usr/ssl/cert.pem
无论我做什么,我都会继续收到错误。有人可以帮我解决这个问题吗?