Thread

Posted on Thu Jul 17 14:22:43 2008 by tk421
Cant install Net::SSH::Perl
Cant install this module:
cpan[6]> install Net::SSH::Perl Running install for module 'Net::SSH::Perl' Running make for D/DB/DBROBINS/Net-SSH-Perl-1.30.tar.gz Has already been unwrapped into directory /root/.cpan/build/Net-SSH-Perl-1.30-mMjpx0 Has already been made Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/a +rch')" t/*.t t/01-compile.....ok t/02-buffer......ok t/03-packet......1/10
and it hangs. No CPU usage, and it can stay hours . Any idea? Distro CentOS 5.2
Direct Responses: 8352 | Write a response
Posted on Fri Jul 18 16:38:10 2008 by citadel in response to 8342
Re: Cant install Net::SSH::Perl
I'm getting the same problem.
cpan[4]> test Net::SSH::Perl Running test for module 'Net::SSH::Perl' Running make for D/DB/DBROBINS/Net-SSH-Perl-1.30.tar.gz Prepending /home/mlilienthal/.cpan/build/Math-GMP-2.04-QZpolE/blib/arch /home/mlilienthal/.cpan/bui +ld/Math-GMP-2.04-QZpolE/blib/lib to PERL5LIB for Has already been unwrapped into directory /home/mlilienthal/.cpan/build/Net-SSH-Perl-1.30-ymPRvP Prepending /home/mlilienthal/.cpan/build/Math-GMP-2.04-QZpolE/blib/arch /home/mlilienthal/.cpan/bui +ld/Math-GMP-2.04-QZpolE/blib/lib to PERL5LIB for Has already been made Prepending /home/mlilienthal/.cpan/build/Math-GMP-2.04-QZpolE/blib/arch /home/mlilienthal/.cpan/bui +ld/Math-GMP-2.04-QZpolE/blib/lib to PERL5LIB for Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/a +rch')" t/*.t t/01-compile.....ok t/02-buffer......ok t/03-packet......1/10
I've givin the cpan process -20 priority with the CPU however its not showing up on top with the top program. Distro is Debian. I've installed the GMP development librarys which Math::GMP requires.
Direct Responses: 8824 | Write a response
Posted on Fri Sep 19 16:22:34 2008 by eraskin in response to 8352
Re: Cant install Net::SSH::Perl
Did anyone ever resolve this? I am now getting the same issue on Ubuntu 7.10 64-bit.
uname -a is:

Linux hostname 2.6.22-15-generic #1 SMP Fri Jul 11 18:56:36 UTC 2008 x86_64 GNU/Linux
Direct Responses: 8867 | Write a response
Posted on Wed Sep 24 22:19:46 2008 by pixitha in response to 8824
Re: Cant install Net::SSH::Perl
I had the same issue on debian4.0 etch. Installs failed in the same spot every time in cpan. So I downloaded the source from cpan manually. perl Makefile.pl make make test (fails in the same spot) make install and its works for the perl script I need it to. Problem solved enough....
Write a response