Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/01/2013, 11:53
fmbetancourt
 
Fecha de Ingreso: mayo-2010
Mensajes: 4
Antigüedad: 13 años, 11 meses
Puntos: 0
Problemas para instalar Ruby a traves de RVM en un servidor Debian

En estos dias he estado configurando un servidor para fines diversos
dentro de mi trabajo y he presentado problemas a la hora de instalar
Ruby a traves de RVM. Ya he instalado todas las dependencias y el
problema persiste y no se cual podria ser la solución.

- Al ejecutar # rvm install ruby, se ejecuta hasta la siguiente informacion

"No binary rubies available for: downloads/ruby-1.9.3-p362.
Continuing with compilation. Please read 'rvm mount' to get more
information on binary rubies.
Installing Ruby from source to:
/home/adminweb/.rvm/rubies/ruby-1.9.3-p362, this may take a while
depending on your cpu(s)...
ruby-1.9.3-p362 - #downloading ruby-1.9.3-p362, this may take a while
depending on your connection...
ruby-1.9.3-p362 - #extracted to /home/adminweb/.rvm/src/ruby-1.9.3-p362
(already extracted)
Patch segfault_fix_7629 was already applied.
ruby-1.9.3-p362 - #configuring

"

- Al matar el proceso aparece:

"Error running './configure --enable-shared --disable-install-doc
--prefix=/home/adminweb/.rvm/rubies/ruby-1.9.3-p362
--with-opt-dir=/home/adminweb/.rvm/usr', please read
/home/adminweb/.rvm/log/ruby-1.9.3-p362/configure.log
There has been an error while running configure. Halting the
installation."


- ejecutando el comando # rvm --trace install ruby se detiene en el siguiente mensaje:
"++ /scripts/functions/utility : __rvm_log_command() 116 > ./configure
--enable-shared --disable-install-doc
--prefix=/home/adminweb/.rvm/rubies/ruby-1.9.3-p362
--with-opt-dir=/home/adminweb/.rvm/usr
"

Muchas gracias por su ayuda....