After I've installed rvm, homebrew, and libksba (brew install libksba) I'm trying to install ruby 1.9.3 using rvm but I'm getting the error below. Anyone know WTF is causing this?? (sorry, trying to install rmv + rails for a couple of hours on my new mac and I'm really pissed off at this) :(
Really thanks [in advance]
Leonardos-MacBook-Air:~ leo$ rvm install 1.9.3
Fetching yaml-0.1.4.tar.gz to /Users/leo/.rvm/archives
curl: (6) Could not resolve host: rvm.io; nodename nor servname provided, or not known
There was an error, please check /Users/leo/.rvm/log//*.log. Next we'll try to fetch via http.
Trying ftp:// URL instead.
curl: (6) Could not resolve host: rvm.io; nodename nor servname provided, or not known
There was an error, please check /Users/leo/.rvm/log//*.log
Extracting yaml-0.1.4.tar.gz to /Users/leo/.rvm/src
Error running 'tar xmzf /Users/leo/.rvm/archives/yaml-0.1.4.tar.gz -C /Users/leo/.rvm/src ', please read /Users/leo/.rvm/log/ruby-1.9.3-p194/yaml/extract.log
/Users/leo/.rvm/scripts/functions/pkg: line 52: cd: /Users/leo/.rvm/src/yaml-0.1.4: No such file or directory
Configuring yaml in /Users/leo/.rvm/src/yaml-0.1.4.
Error running ' ./configure --prefix="/Users/leo/.rvm/usr" ', please read /Users/leo/.rvm/log/ruby-1.9.3-p194/yaml/configure.log
Compiling yaml in /Users/leo/.rvm/src/yaml-0.1.4.
Error running 'make ', please read /Users/leo/.rvm/log/ruby-1.9.3-p194/yaml/make.log
Database file /Users/leo/.rvm/config/packages does not exist.
Installing Ruby from source to: /Users/leo/.rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)...
ruby-1.9.3-p194 - #fetching
ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...
curl: (6) Could not resolve host: ftp.ruby-lang.org; nodename nor servname provided, or not known
There was an error, please check /Users/leo/.rvm/log//*.log. Next we'll try to fetch via http.
Trying ftp:// URL instead.
curl: (6) Could not resolve host: ftp.ruby-lang.org; nodename nor servname provided, or not known
There was an error, please check /Users/leo/.rvm/log//*.log
There has been an error while trying to fetch the source.
Halting the installation.
There has been an error fetching the ruby interpreter. Halting the installation.
ls: /Users/leo/.rvm/rubies/*/bin/ruby: No such file or directory
(Xcode > Preferences > Downloads)– David May 24 '12 at 1:45