cd /tmp wget -c http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p0.tar.gz tar -xzf ruby-2.0.0-p0.tar.gz cd ruby-2.0.0-p0 ./configure make
Then it fails to compile with with this error - http://pastebin.com/6KRdjPPH What do I do?
cd /tmp wget -c http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p0.tar.gz tar -xzf ruby-2.0.0-p0.tar.gz cd ruby-2.0.0-p0 ./configure make
Then it fails to compile with with this error - http://pastebin.com/6KRdjPPH What do I do?