我是新來的這個環境,我試圖安裝rails。我安裝了紅寶石,並使用rvm list
進行檢查,我得到ruby-2.0.0-p0作爲我的當前和默認值。我嘗試安裝紅寶石在Ubuntu的gem install rails輸出錯誤
gem install rails
得到錯誤後,安裝導軌:
ERROR: Loading command :install (LoadError)
cannot load such file -- openssl
ERROR: while executing gem ... (NoMethodError)
undefined method `invoke_with_build_args` for nil:NilClass
你需要openssl ..看到這個鏈接http://railsapps.github.com/installing-rails.html – 2013-03-03 06:54:34
@NickGinanto我輸入了'openssl version',並且我得到了'OpenSSL 1.0.1c 2012年5月10日' – hellomello 2013-03-03 07:01:30
你應該有openssl 1.0.1e的紅寶石2.0和以上 – 2013-03-03 07:06:46