Sunday, December 5, 2010

require_frameworks': no such file to load -- openssl (RuntimeError)

The root cause of this problem: You need openssl-devel library.
I installed the openssl-devel-0.9.71-43.16 library on the sytem.
Here are the next steps:
1. cd /ruby_install_dir/ext/openssl
2. ruby extconf.rb
3. make
4. make install
This fixed the problem.

No comments:

Post a Comment