gpt4 book ai didi

openssl - 使用 rbenv 安装 Ruby 2.0.0-p247

转载 作者:行者123 更新时间:2023-12-04 21:18:09 27 4
gpt4 key购买 nike

我正在尝试使用 rbenv 安装 Ruby 2.0.0-p247,无论我做什么,我都会遇到相同的错误。这是命令和响应:

$ RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr/local/Cellar/openssl/1.0.1e rbenv install 2.0.0-p247
Downloading ruby-2.0.0-p247.tar.gz...
-> http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz
Installing ruby-2.0.0-p247...

BUILD FAILED

Inspect or clean up the working tree at /var/folders/v1/f8v8hqk12cdcdjwp660mz8fm0000gp/T/ruby-build.20130803134459.46575
Results logged to /var/folders/v1/f8v8hqk12cdcdjwp660mz8fm0000gp/T/ruby-build.20130803134459.46575.log

Last 10 log lines:
installing default gems: /Users/scottmagdalein1/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0 (build_info, cache, doc, gems, specifications)
bigdecimal 1.2.0
io-console 0.4.2
json 1.7.7
minitest 4.3.2
psych 2.0.0
rake 0.9.6
rdoc 4.0.0
test-unit 2.0.0.0
The Ruby openssl extension was not compiled. Missing the OpenSSL lib?

我知道这个问题已经在其他地方问过了,但这些解决方案仍然给了我关于 OpenSSL 的相同回答。帮助?

最佳答案

您应该使用 CONFIGURE_OPTS 而不是 RUBY_CONFIGURE_OPTS。

获取openssl目录位置:

brew --prefix openssl

这是我用来在 MacOS 上安装 2.0.0-p247 的最终命令:
CONFIGURE_OPTS="--with-openssl-dir=/usr/local/opt/openssl" rbenv install 2.0.0-p247

关于openssl - 使用 rbenv 安装 Ruby 2.0.0-p247,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18035746/

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