I am trying to install Ruby 2.0.0-rc1, but got error of OpenSSL.
System Env: OS:MacOS 10.8.2 Mountain Lion Compile ENV:Xcode CommandTools 4.6 xcode46cltools_10_86938131a.dmg
RVM Installment:
rvm get head
brew install openssl
rvm reinstall 2.0.0 --with-openssl-dir=`brew --prefix openssl`
And I tried RVM pkg:
rvm pkg install openssl
rvm reinstall 2.0.0 --with-openssl-dir=$HOME/.rvm/usr
But got same error when I run bundle:
https://gist.github.com/4704589
Notice that it is not a certification error. I searched Google a lot, but nobody got the same error.
And now my rvm use system broke too:
─(⚡refactory/test_for_git_server)─( ̄▽ ̄)~*>rvm use system
Now using system ruby.
─(⚡refactory/test_for_git_server)─( ̄▽ ̄)~*>which ruby
/Users/ranmocy/.rvm/rubies/ruby-2.0.0-rc1/bin/ruby
rbenv got error too:
https://gist.github.com/4704619
But when I compile ruby 2.0.0-rc1 from source by hand, there is no problem at all.
Any help?