openSUSE下的Ruby安裝openssl出錯解決方案_ruby專題

來源:互聯網
上載者:User

最近把玩 Ruby,不錯的說,很有感覺;在一台老機器上面裝了 openSUSE 12.3,然後使用 rvm 安裝了 ruby,其實任何好的發行版打包的 ruby 都不如使用 rvm 安裝的 ruby,親身感受(不服來辯)。

然後,使用 gem 安裝一些軟體的時候,會出現如下的錯誤:

複製代碼 代碼如下:

`no such file to load -- openssl (LoadError)`

原因很簡單就是 ruby 的 openssl 支援模組沒有安裝,在 openSUSE 下面安裝:

複製代碼 代碼如下:

sudo zypper in libopenssl-devel

然後編譯 openssl 模組,進入 ~/.rvm/src/ruby-xxx/ext/openssl:

複製代碼 代碼如下:

ruby extconf.rb
make
make install

Ok,Done。
總結,其實很多類似的錯誤都可以通過上面的方式解決,比如 no readline 的錯誤,可以安裝 readline-devel,然後進入 ~/.rvm/src/ruby-xxx/ext/readline,執行編譯即可,這點很贊,cool~

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.