Rails サーバーを実行すると、次のエラーが表示されます: no such file to load -- openssl
オンラインで見つけた解決策を試します。~/.rvm/src/ruby-1.9.2-head/ext/openssl に移動します。ruby extconf.rb と入力すると、次のようになります。
=== OpenSSL for Ruby configurator ===
=== Checking for system dependent stuff... ===
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for assert.h... yes
=== Checking for required stuff... ===
checking for openssl/ssl.h... no
=== Checking for required stuff failed. ===
Makefile wasn't created. Fix the errors above.
makeもmake installも使えません。