From: Brian Candler Date: 2012-10-29T04:04:11+09:00 Subject: Re: RVM and ruby SSLv2 support Andraz Brodnik wrote in post #1081643: > I am using RVM to install a project. > But I cant't figure out how to compile ruby 1.9.2 with openssl SSLv2 > support. You didn't say what platform you are building on. Maybe you don't have the openssl dev libraries installed for your platform. e.g. under Ubuntu: apt-get install libssl-dev and try again. -- Posted via http://www.ruby-forum.com/.