Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Previously that solution had always worked http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/

Now it doesn't. I'm on Ubuntu 12.1 + Kubuntu desktop. The errors I get are

alex@ubuntu:~$ rvm install 1.9.3
No binary rubies available for: downloads/ruby-1.9.3-p327.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Fetching yaml-0.1.4.tar.gz to /home/alex/.rvm/archives
Extracting yaml to /home/alex/.rvm/src/yaml-0.1.4
Configuring yaml in /home/alex/.rvm/src/yaml-0.1.4.
Error running './configure --prefix=/home/alex/.rvm/usr', please read /home/alex/.rvm/log/ruby-1.9.3-p327/yaml/configure.log
Compiling yaml in /home/alex/.rvm/src/yaml-0.1.4.
Error running 'make', please read /home/alex/.rvm/log/ruby-1.9.3-p327/yaml/make.log
Installing Ruby from source to: /home/alex/.rvm/rubies/ruby-1.9.3-p327, this may take a while depending on your cpu(s)...
ruby-1.9.3-p327 - #downloading ruby-1.9.3-p327, this may take a while depending on your connection...
ruby-1.9.3-p327 - #extracted to /home/alex/.rvm/src/ruby-1.9.3-p327 (already extracted)
ruby-1.9.3-p327 - #configuring
Error running './configure --enable-shared --disable-install-doc --prefix=/home/alex/.rvm/rubies/ruby-1.9.3-p327 --with-opt-dir=/home/alex/.rvm/usr', please read /home/alex/.rvm/log/ruby-1.9.3-p327/configure.log
There has been an error while running configure. Halting the installation.

What has been changed? How do I solve it?

share|improve this question

1 Answer

up vote 0 down vote accepted

Are you sure you ran that big command containing sudo apt-get install build-essential [loads of other stuff]?

share|improve this answer
Yes, I am....... – Alexandre Dec 6 '12 at 15:13
hmm, weird. can you post the contents of ruby-1.9.3-p327/yaml/configure.log and ruby-1.9.3-p327/configure.log? – Ilya O. Dec 6 '12 at 15:14
I already found the solution. – Alexandre Dec 6 '12 at 15:27
1  
From the log i guess :D – SG 86 Dec 6 '12 at 16:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.