This error occurred while loading the following files: openssl

Reference :
http://www.isnull.com.ar/2010/11/ruby-rails-this-error-occurred-while.html

如果你建立好controller跟view的時候,在瀏覽器輸入http://0.0.0.0:3000/ 出現
This error occurred while loading the following files: openssl這個錯誤訊息
這個時候你必須做以下4個動作就可以使用了:


$ rvm package install openssl
$ rvm package install iconv
$ rvm remove 1.9.2
$ rvm install 1.9.2 -C --with-openssl-dir=$HOME/.rvm/usr,--with-iconv-dir=$HOME/.rvm/usr

留言

熱門文章