Thanks # yum install openssl-devel.i686 openssl.i686 # cd /path/to/ruby_install_package/ext/openssl/ # ruby extconf.rb --with--openssl=/usr/bin/openssl --with--openssl-lib=/usr/lib/openssl # make && make install
It works for me on CentOS, hoping this helps others. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

