在Ubuntu 11.10上安装Ruby 1.9.3

时间:2021-09-29 14:39:43

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

我已经在Ubuntu 11.0中成功安装了RVM。但是当我走到我执行的步骤:

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

rvm安装1.9.3会出现以下错误。

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'.

我担心“运行‘make’和‘make install’的错误。”

1 个解决方案

#1


2  

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

您可能会丢失一些开发库。/home/fulvio/.rvm/log/ruby-1.9.3-p0 / yaml。log会告诉你是哪个。

#1


2  

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

您可能会丢失一些开发库。/home/fulvio/.rvm/log/ruby-1.9.3-p0 / yaml。log会告诉你是哪个。