From: guillermo haas-thompson Date: 2013-02-28T03:09:01+09:00 Subject: Re: Mac OS 10.8.2 and openssl I have spent the last couple of days struggling get Ruby 2.0 to compile under Mac OS X 10.8.2 using first RVM and as of last night Chruby. I have come to realize the full extent of this openssl issue after trying to follow the instructions at https://github.com/postmodern/chruby/wiki/MRI • I am using Homebrew so I installed openssl and am also having the issue that trying to use --with-openssl-dir option on ./configure is not working. • Compiling Ruby 2.0 without this works, but then I cannot install Bundler 1.3 because it can't find openssl, so I am dead in the water at that point. I would also appreciate some clear syntax and steps to compile Ruby 2.0 properly under Mac OS X, of course in my case using Homebrew and Chruby. This is turning out to be much harder than I thought and from what I see has been a known issue for some months. Any help our link to a site would be appreciated. I have Googled till my eyes bled and unfortunately the best site I found was mostly in Japanese. -- Posted via http://www.ruby-forum.com/.