gpt4 book ai didi

通过 RVM 和 Rbenv 安装 Ruby 2.0.0 时出现 OpenSSL 错误

转载 作者:行者123 更新时间:2023-12-04 05:12:49 25 4
gpt4 key购买 nike

我正在尝试安装 Ruby 2.0.0-rc1,但出现 OpenSSL 错误。

系统环境:
操作系统:MacOS 10.8.2 山狮
编译环境:Xcode CommandTools 4.6 xcode46cltools_10_86938131a.dmg

RVM 分期付款:

rvm get head
brew install openssl
rvm reinstall 2.0.0 --with-openssl-dir=`brew --prefix openssl`

我尝试了 RVM pkg:

rvm pkg install openssl
rvm reinstall 2.0.0 --with-openssl-dir=$HOME/.rvm/usr

但是当我运行时出现同样的错误 bundle :

https://gist.github.com/4704589

请注意,这不是认证错误。
我在谷歌上搜索了很多,但没有人遇到同样的错误。

现在我的 rvm use system也破了:

─(⚡refactory/test_for_git_server)─( ̄▽ ̄)~*>rvm use system
Now using system ruby.
─(⚡refactory/test_for_git_server)─( ̄▽ ̄)~*>which ruby
/Users/ranmocy/.rvm/rubies/ruby-2.0.0-rc1/bin/ruby

rbenv 也有错误:

https://gist.github.com/4704619

但是当我手动从源代码编译 ruby​​ 2.0.0-rc1 时,完全没有问题。

有什么帮助吗?

最佳答案

哦,我今天也遇到了类似的问题,被教了一下 pkg-config ,描述库安装的精彩系统。作为返回解释的一种方式, I wrote about it .

TL; 博士

将此添加到您的 shell 启动文件(例如 ~/.bash_profile 或 ~/.zshrc)。然后再次运行安装。

export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:/usr/local/lib/pkgconfig

这使得配置脚本可以找到未被破坏的 OpenSSL。

关于通过 RVM 和 Rbenv 安装 Ruby 2.0.0 时出现 OpenSSL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14679878/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com