Skip to content

Instantly share code, notes, and snippets.

@masarufuruya
Created April 30, 2014 02:35
Show Gist options
  • Save masarufuruya/11416954 to your computer and use it in GitHub Desktop.
Save masarufuruya/11416954 to your computer and use it in GitHub Desktop.
rbenvでruby2.0.0-p0をインストールする時にハマった場合の対処方法 ref: http://qiita.com/masarufuruya/items/5c1b873cd5c6b8603340
ruby-build --definitions
brew update
brew upgrade ruby-build
rbenv install ruby-2.0.0-p0
Inspect or clean up the working tree at /var/folders/7t/cpg9bzfj7jb4d8q1fgwq_sqm0000gn/T/ruby-build.20140430110655.78417
Results logged to /var/folders/7t/cpg9bzfj7jb4d8q1fgwq_sqm0000gn/T/ruby-build.20140430110655.78417.log
Last 10 log lines:
compiling ossl_x509crl.c
compiling ossl_x509ext.c
compiling ossl_x509name.c
compiling ossl_x509req.c
1 warning generated.
compiling ossl_x509revoked.c
compiling ossl_x509store.c
installing default openssl libraries
linking shared-object openssl.bundle
brew switch readline 6.2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment