2013-03-17 55 views
0

我試圖在Cygwin下的Windows上安裝Ruby-2.0.0-rc2ruby-build。而且我得到了BUILD FAILED錯誤,因爲沒有預裝在Cygwin中的OpenSSL lib。必須選擇哪個OpenSSL環境:開發|運行時|基礎?有什麼不同?

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? 

我檢查OpenSSL的環境的setup.exe有幾個變種。哪一個必須被選擇?

我已經預先安裝了libopenssl100 The OpenSSL runtime environment,但是這並不能幫我從BUILD FAILED中解救出來。所以現在有兩個左邊可能會安裝:

openssl The OpenSSL base environment 
openssl-devel The OpenSSL development environment 

哪一個選擇?這是什麼意思development?它在開發過程中或用於發展

回答

0

只有這一個:

1.0.1e-2 openssl-devel The OpenSSL development environment 

所有其他的都只是徒勞。

相關問題