From: "Dr. Hegewald" Date: 2013-02-27T19:46:55+09:00 Subject: Re: Mac OS 10.8.2 and openssl Hi all, On 27.02.2013, at 11:18, "Dr. Hegewald" wrote: > > extconf.rb:62:in `
': Ignore OpenSSL broken by Apple. (RuntimeError) > Please use another openssl. (e.g. using `configure --with-openssl-dir=/path/to/openssl') OK, I installed another openssl (OpenSSL 1.0.1e 11 Feb 2013) and tried to tell configure about it using the above mentioned flag: $ ./configure --with-openssl-dir=/Users/me/bin/openssl-1.0.1e-bin/bin --prefix=/Users/me/bin/ruby-2.0.0-p0-bin configure: WARNING: unrecognized options: --with-openssl-dir Huh? What is that? Cheers, Jan