I
Ishmael
I'm trying to install Net::SSH:erl. I've installed all the necessary
modules, including Math::GMP (what torture). I've run perl Makefile.PL
and have received no errors or warnings. Alas, when I run 'make test',
I get the following error message. Any idea what this means? Or how
to fix it? Thanks for your help!
PERL_DL_NONLAZY=1 /usr/local/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/10syswrite() on unopened filehandle FH at
/home/kstahl/PERL/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/Packet.pm
line 276.
Use of uninitialized value in numeric eq (==) at
/home/kstahl/PERL/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/Packet.pm
line 52.
Connection closed by remote host. at t/03-packet.t line 44
# Looks like you planned 10 tests but only ran 1.
# Looks like your test died just after 1.
t/03-packet......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-10
Failed 9/10 tests, 10.00% okay
t/04-config......ok
t/05-cipher......ok
t/06-circular....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
modules, including Math::GMP (what torture). I've run perl Makefile.PL
and have received no errors or warnings. Alas, when I run 'make test',
I get the following error message. Any idea what this means? Or how
to fix it? Thanks for your help!
PERL_DL_NONLAZY=1 /usr/local/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/10syswrite() on unopened filehandle FH at
/home/kstahl/PERL/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/Packet.pm
line 276.
Use of uninitialized value in numeric eq (==) at
/home/kstahl/PERL/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/Packet.pm
line 52.
Connection closed by remote host. at t/03-packet.t line 44
# Looks like you planned 10 tests but only ran 1.
# Looks like your test died just after 1.
t/03-packet......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-10
Failed 9/10 tests, 10.00% okay
t/04-config......ok
t/05-cipher......ok
t/06-circular....ok
Failed Test Stat Wstat Total Fail Failed List of Failed