Okay, so if you're using Fedora 12 and trying to install 1.9.1, you may be having some problems.
This is because Fedora 12 is using an openssl 1.0 beta, which requires a few changes in Ruby. (all versions)
Unfortunately the patches I've seen were for 1.8.6, as this is such a new issue.
If you're using rvm you can use openssl-0.9.8k like this:
rvm install openssl
rvm install 1.9.1 -C --with-openssl-dir=$HOME/.rvm/usr
P0W! Done.
Otherwise, you can get my updated patch at http://gist.github.com/299682
This patch is not guaranteed to work. It worked for me but YMMV and if it eats your cat don't blame me.
Tuesday, February 9, 2010
openssl 1.0 + ruby-1.9.1-p378 patch (for Fedora 12)
Posted by RubyPanther at 2/09/2010 12:54:00 PM
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment