Mountain Lion のクリーン インストールで RVM、Rails などをセットアップしています。私はガイド「Snow Leopard、Lion、および Mountain Lion に Xcode、Homebrew、Git、RVM、および Ruby 1.9.3 をインストールする方法」に従っています。
Ruby (1.9.3) で RVM をインストールした後、rvm requirement
Homebrew を使用して apple-gcc42 をインストールする必要があるようです。
Homebrew:
If you are using Homebrew, you can install the apple-gcc42 and required libraries from homebrew/dupes:
brew update
brew tap homebrew/dupes
brew install autoconf automake apple-gcc42
rvm pkg install openssl
OpenSSL パッケージのインストールに到達すると、次のエラーが表示され、続行する方法がわかりません。
marvin:~ george$ rvm --skip-autoreconf pkg install openssl
Fetching openssl-1.0.1c.tar.gz to /Users/george/.rvm/archives
######################################################################## 100.0%
Downloaded archive checksum did not match, archive was removed!
If you wish to continue with not matching download add '--verify-downloads 2' after the command.
Please note that it's required to reinstall all rubies:
rvm reinstall all --force
Updating openssl certificates
Error running 'update_openssl_certs', please read /Users/george/.rvm/log/openssl.certs.log
指定されたログ ファイルの内容は次のとおりです。おそらく、OpenSSL アーカイブが破棄されたためです。
[2012-12-26 22:23:04] update_openssl_certs
/Users/george/.rvm/scripts/functions/support: line 139: cd: /Users/george/.rvm/usr/ssl: No such file or directory