Skip to content

Add info on recompiling Ruby when OpenSSL is upgraded

Achilleas Pipinellis requested to merge recompile_ruby_rvm into master

If your local OpenSSL library is updated and your Ruby binary is built against an older version, you get an undefined symbol: SSLv2_method error. Rebuilding Ruby from source fixes this issue.

Merge request reports