简体   繁体   中英

Installing Ruby 1.9.3 on Ubuntu 11.10

I've installed RVM successfully in Ubuntu 11.0. However when I'm up to the step where I execute:

rvm install 1.9.3 I get the following error(s).

Extracting yaml-0.1.4.tar.gz to /home/fulvio/.rvm/src
Configuring yaml in /home/fulvio/.rvm/src/yaml-0.1.4.
Compiling yaml in /home/fulvio/.rvm/src/yaml-0.1.4.
ERROR: Error running 'make ', please read /home/fulvio/.rvm/log/ruby-1.9.3-p0/yaml/make.log
Installing yaml to /home/fulvio/.rvm/usr
ERROR: Error running 'make install', please read /home/fulvio/.rvm/log/ruby-1.9.3-p0/yaml/make.install.log

I'm concerned about the "Error running 'make' and 'make install'.

You are likely missing some development library. /home/fulvio/.rvm/log/ruby-1.9.3-p0/yaml/make.log should tell you which one.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM