Ruby 1.9.3 Is Not Installing (Mac OS X Lion) -


this question has answer here:

here's current version of ruby:

matts-macbook-pro:~ cinicraft$ ruby -v ruby 1.8.7 (2011-12-28 patchlevel 357) [universal-darwin11.0] 

so want upgrade 1.9.3, i'm trying:

matts-macbook-pro:~ cinicraft$ rvm install 1.9.3  searching binary rubies, might take time. no binary rubies available for: osx/10.7/x86_64/ruby-1.9.3-p448. continuing compilation. please read 'rvm mount' more information on binary rubies. installing requirements osx, might require sudo password. certificates in '/usr/local/etc/openssl/cert.pem' date. requirements installation successful. installing ruby source to: /users/cinicraft/.rvm/rubies/ruby-1.9.3-p448, may take while depending on cpu(s)... ruby-1.9.3-p448 - #downloading ruby-1.9.3-p448, may take while depending on connection... ruby-1.9.3-p448 - #extracted /users/cinicraft/.rvm/src/ruby-1.9.3-p448 (already extracted) ruby-1.9.3-p448 - #configuring........ error running './configure --prefix=/users/cinicraft/.rvm/rubies/ruby-1.9.3-p448 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libksba:/usr/local/opt/openssl --disable-install-doc --without-tcl --without-tk --enable-shared', please read /users/cinicraft/.rvm/log/ruby-1.9.3-p448/1376080574_configure.log there has been error while running configure. halting installation. 

what phantom menace thing's problem?

your rvm out of date.

rvm head rvm install 1.9.3 

Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -