みんなのちからになりたい

コピペでブログラムつくっていきたい

opensslがLoadできないとかなんとかのエラー

tw入れて実行しようとしたらこれでたのでぐぐったらもろこれだった。
http://www.ruby-forum.com/topic/4402929

書かれてるとおりにこれやったら動いた。すごい勉強になる。

Re: Unfortunately, a fatal error has occurred.
Posted by Leoncio Caminha (Guest) on 2012-06-19 11:36
libssl-dev is required on your system.
try this:
sudo apt-get install libssl-dev
cd ~/.rvm/src/yourRubyVersion/ext/openssl
ruby extconf.rb
make && make install