Sunday, December 5, 2010

no such file to load -- openssl

apt-get install openssl
apt-get install libssl-dev
I cleaned out all the current openssl files, then took the ruby 1.8.5
source, went into the ruby-1.8.5/ext/openssl directory and created the
openssl make file:

ruby extconf.rb
make
make install

No comments:

Post a Comment