Skip to content

Instantly share code, notes, and snippets.

@jjaramillo
Created February 18, 2012 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjaramillo/1859676 to your computer and use it in GitHub Desktop.
Save jjaramillo/1859676 to your computer and use it in GitHub Desktop.
trying to install ruby 1.9.3 from rvm...
imiko:/ jjaramillo$ rvm install 1.9.3-p0
Fetching yaml-0.1.4.tar.gz to /Users/jjaramillo/.rvm/archives
Extracting yaml-0.1.4.tar.gz to /Users/jjaramillo/.rvm/src
Configuring yaml in /Users/jjaramillo/.rvm/src/yaml-0.1.4.
Error running ' ./configure --prefix="/Users/jjaramillo/.rvm/usr" ', please read /Users/jjaramillo/.rvm/log/ruby-1.9.3-p0/yaml/configure.log
Compiling yaml in /Users/jjaramillo/.rvm/src/yaml-0.1.4.
Error running 'make ', please read /Users/jjaramillo/.rvm/log/ruby-1.9.3-p0/yaml/make.log
Database file /Users/jjaramillo/.rvm/config/packages does not exist.
Installing Ruby from source to: /Users/jjaramillo/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)...
ruby-1.9.3-p0 - #fetching
ruby-1.9.3-p0 - #extracted to /Users/jjaramillo/.rvm/src/ruby-1.9.3-p0 (already extracted)
ruby-1.9.3-p0 - #configuring
Error running ' ./configure --prefix=/Users/jjaramillo/.rvm/rubies/ruby-1.9.3-p0 --enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/jjaramillo/.rvm/usr ', please read /Users/jjaramillo/.rvm/log/ruby-1.9.3-p0/configure.log
There has been an error while running configure. Halting the installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment