2012-01-12 16 views
11

errorError al instalar el rubí 1.9.3 de RVM en ubuntu 11.04

ruby-1.9.3-p0 - #extracted to /home/bhaarat/.rvm/src/ruby-1.9.3-p0

Fetching yaml-0.1.4.tar.gz to /home/bhaarat/.rvm/archives Extracting yaml-0.1.4.tar.gz to /home/bhaarat/.rvm/src Configuring yaml in /home/bhaarat/.rvm/src/yaml-0.1.4.

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

make.log

[2012-01-12 10:49:57] make 
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/bhaarat/.rvm/src/yaml-0.1.4/config/missing --run aclocal-1.11 
configure.ac:27: warning: AC_INIT: not a literal: YAML_BUGS 
cd . && /bin/bash /home/bhaarat/.rvm/src/yaml-0.1.4/config/missing --run automake-1.11 --foreign 
configure.ac:27: warning: AC_INIT: not a literal: YAML_BUGS 
src/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined 
src/Makefile.am:2: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' 
src/Makefile.am:2: to `configure.ac' and run `aclocal' and `autoconf' again. 
src/Makefile.am:2: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure 
src/Makefile.am:2: its definition is in aclocal's search path. 
make: *** [Makefile.in] Error 1 

He quitado todas las versiones anteriores de rubí instalación

% rvm list rubies 

rvm rubies 
+0

¿funcionó usted: sudo aptitude install build-essential && sudo aptitude install linux-headers-'uname -r'? – josephrider

+0

Obtuvo el mismo error en Ubuntu 10.04 LTS. –

Respuesta

15

Try el paquete libtool. Tuve el mismo problema y eso lo solucionó. Si está en Ubuntu, entonces es probable:

sudo apt-get install libtool 
+0

Esto también resuelve el problema en Ubuntu 10.04 LTS. –

+0

Esto también resuelve el problema al instalar ruby-1.9.2p290 a través de rvm 1.14.1 en Ubuntu 11.04. ¡Gracias! – Benissimo

+0

Esto fue de gran ayuda, ¡Gracias! – Gowiem

Cuestiones relacionadas