Created
September 2, 2009 14:17
-
-
Save railsbridge/179734 to your computer and use it in GitHub Desktop.
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
Newly installed/migrated snow leopard system; coughs and dies trying to do a simple rvm 1.8.6 | |
install. make.error.log shows that it's croaking on readline, so I tried the solution in the FAQ | |
and *that* isn't working. Debug output... | |
Excess ~ $ rvm debug | |
rvm 0.0.29 (2009.09.02) [http://rvm.beginrescueend.com/] | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2008-08-11" | |
platform: "universal-darwin10.0" | |
patchlevel: "2008-08-11 patchlevel 72" | |
full_version: "ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]" | |
homes: | |
gem: "/Users/mike/.rvm/gems/ruby/1.8.6" | |
ruby: "/Users/mike/.rvm/ruby-1.8.6-p369" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
environment: | |
GEM_HOME: "/Users/mike/.rvm/gems/ruby/1.8.6" | |
MY_RUBY_HOME: "/Users/mike/.rvm/ruby-1.8.6-p369" | |
IRBRC: "" | |
<i> PATH:/Users/mike/.rvm/bin:/Users/mike/.rvm/ruby-1.8.6-p369/bin:/Users/mike/.rvm/gems/ruby/1.8.6/bin:/usr/local/git/bin:/usr/local/bin/src | |
<d> ~/.bash_profile: | |
if [ -s ~/.rvm/scripts/rvm ] ; then source ~/.rvm/scripts/rvm ; fi | |
<d> ~/.bashrc: | |
if [ -s ~/.rvm/scripts/rvm ] ; then source ~/.rvm/scripts/rvm ; fi | |
Excess ~ $ rvm install 1.8.6 -C "--enable-shared --with-readline-dir=/usr/local" --debug | |
<e> Unrecognized command line argument(s): '--with-readline-dir=/usr/local --debug' ( see: rvm usage ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment