Created
July 15, 2013 13:47
-
-
Save mguterl/6000062 to your computer and use it in GitHub Desktop.
Error when installing REE via RVM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /Users/michaelguterl/.rvm/log/ree-1.8.7-2012.02/1373895115_package_install_openssl098.log | |
[2013-07-15 09:31:55] requirements_osx_brew_libs_install | |
Error: No such keg: /usr/local/Cellar/openssl098 | |
Error: No available formula for openssl098 | |
There were package installation errors, make sure to read the log. | |
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation | |
$ rvm --debug requirements ree | |
rvm_autolibs_flag=4 | |
Installing requirements for osx, might require sudo password. | |
requirements code for osx loaded | |
brew seems to be writable | |
Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl. | |
PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/michaelguterl/.rvm/gems/ruby-1.9.3-p392/bin:/Users/michaelguterl/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/michaelguterl/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/michaelguterl/.rvm/bin:/Users/michaelguterl/bin:/usr/local/heroku/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/mongodb/bin:/usr/local/share/npm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin | |
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/libyaml/include: | |
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/libyaml/lib: | |
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/readline/include: | |
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/readline/lib: | |
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/libksba/include: | |
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/libksba/lib: | |
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/openssl/include: | |
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/openssl/lib: | |
Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date. | |
Requirements installation successful. | |
__rvm_rm_rf already gone: /Users/michaelguterl/.rvm/tmp/43006* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment