我正在尝试在 Cygwin 下的 Windows 上使用ruby -build 安装Ruby-2.0.0-rc2 。我收到 BUILD FAILED 错误,因为Cygwin 中没有预安装OpenSSL lib。
BUILD FAILED
Inspect or clean up the working tree at /tmp/ruby-build.20130317003705.5576
Results logged to /tmp/ruby-build.20130317003705.5576.log
Last 10 log lines:
installing default gems: /usr/local/ruby-2.0.0-rc2/lib/ruby/gems/2.0.0 (build_info, cache, doc, gems, specific ations)
bigdecimal 1.1.0
io-console 0.4.1
json 1.7.5
minitest 4.3.2
psych 2.0.0
rake 0.9.6
rdoc 4.0.0.rc.2.1
test-unit 2.0.0.0
The Ruby openssl extension was not compiled. Missing the OpenSSL lib?
我检查了它setup.exe
,并且有几种OpenSSL环境变体。必须选择哪一个?
我已经libopenssl100 The OpenSSL runtime environment
预先安装了,但这并没有让我免于 BUILD FAILED。所以现在还剩下两个可以安装:
openssl The OpenSSL base environment
openssl-devel The OpenSSL development environment
选择哪一个?这是什么意思development
?它正在开发过程中或正在开发中