Estoy intentando instalar alguno modulos de perl mediante CPAN

Pero cuando ingreso por la consola

# perl -MCPAN -e shell


Hay una parte donde me pregunta acerca de make ingreso la ruta por defecto
pero me sale :

Where is your make program? [/usr/bin/make]
Warning: links not found in PATH
Where is your links program? []
Where is your wget program? [/usr/bin/wget]


Luego pasa todo, y cuando intento instalar algun modulo al final me sale :

==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
make: *** [Makefile] Error 1
  /usr/bin/make  -- NOT OK
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible
Net::Cmd is up to date.
Bundle summary: The following items in bundle Bundle::libnet had
installation problems:
  Net::Telnet



Lo que hice fue agregar la ruta del make a mi PATH en el profile

PATH=$PATH:/usr/bin/make
export PATH

Cerre la sesion e ingrese y cuando ejecuto export sale

........:/usr/X11R6/bin:/usr/local/jdk1.5.0_03/bin:/usr/bin/make:/root/bin"


Volvi a configurar el CPAN pero me sigue saliendo igual

Estuve buscando en Google pero no encontre nada que me pudiera ayudar..


Estoy usando Centos42 Final

Alguien que sepa mas del tema?????


Saludos cordiales,
 
Robert kcomt

_______________________________________________
linux-plug mailing list
[email protected]
http://www.linux.org.pe/mailman/listinfo/linux-plug

Responder a