[Ssh-sftp-perl-users] installation hangs at t/03-packet......ok 1/10
Brought to you by:
dbrobins
From: S. C. <ste...@gm...> - 2008-08-21 21:33:01
|
On Ubuntu 8.04-32bit, I'm trying to get Net::SSH::Perl installed for the first time. I did get through installing libgmp3-dev, Math::BigInt::GMP, Math::Pari, and various other things. I'm trying to install using this command: sudo perl -MCPAN -e 'install Net::SSH::Perl' Everything looks good until it hangs on what seems to be the 3rd test: Manifying blib/man3/Net::SSH::Perl::Cipher::DES.3pm Manifying blib/man3/Net::SSH::Perl::Packet.3pm Manifying blib/man3/Net::SSH::Perl::Key::RSA.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-compile.....ok t/02-buffer......ok t/03-packet......ok 1/10 Then it sits there forever, not consuming any CPU. Several hits about this on Google, but no answers. Anyone know what else I've missed? Stéphane Charette |