LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Trying to install Perl modules... having problems...Need help desprately.. (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-install-perl-modules-having-problems-need-help-desprately-628973/)

npereira 03-18-2008 12:41 PM

Trying to install Perl modules... having problems...Need help desprately..
 
New install of CentOS 5.1
First I added my user to the sudo file.
Logged in as user.

ok, I read that in order to build a script that uses Perl SSH I need to install NET::SSH::Perl.

I found this command:
perl -MCPAN -e 'install Net::SSH::Perl'

Although when doing this command (selected automatic) stops at :
t/01-dh.........ok 15/18

So after reading some more, sough some suggestions of installing the modules 1 by 1, so here goes with the first one.
Code:

/bin/sh: gcc: command not found
make: *** [Blowfish.o] Error 127
  /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

What is this error and how do I finx it?

npereira 03-18-2008 12:54 PM

DOUGH !

Installed gcc... everything fine now.. so far....

npereira 03-18-2008 01:11 PM

Ok, I am still having a problem that the Crypt::DH what ever that is will not install. It stays at t/01-dh.........ok 15/18
and nothing happens.

How can I resolve this issue?

npereira 03-19-2008 07:11 AM

whent to centos and was able to get my questions answered. Looks like there are issues with CentOS and CPAN.
So I was instructed to install Net:SSH:Perl using the command " yum provides "perl(Net::SSH::Perl)" --enablerepo=rpmforge "
But prior to this, other things need to take place first. For the full topic, see : http://www.centos.org/modules/newbb/...topic_id=13304


All times are GMT -5. The time now is 03:22 AM.