adam.lapins has asked for the wisdom of the Perl Monks concerning the following question:
and I get insane errors below is what I get...any help with how to get this module working would be great! when I run the command:perl -MNet-SSH-Perl -e nmake && nmake test
my results are:perl makefile.pl
when I try the command:Warning: prerequisite Crypt::DH 0.01 not found. Warning: prerequisite Crypt::DSA 0.11 not found. Warning: prerequisite Crypt::IDEA 0 not found. Warning: prerequisite Math::GMP 1.04 not found. Warning: prerequisite Math::Pari 2.001804 not found. Warning: prerequisite String::CRC32 1.2 not found.
the results are:nmake && nmake test
Please help! BTW I know that I need the prerequisite files but I can't find those either. I would preffer to use PPM but it does not look like this module is in the repository.Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harn +ess(0, 'bl ib\lib', 'blib\arch')" t\01-compile.t t\02-buffer.t t\03-packet.t t\04 +-config.t t\05-cipher.t t\06-circular.t t\01-compile.....ok t\02-buffer......Can't locate Math/GMP.pm in @INC (@INC contains: C:\1 +\blib\lib C:\1\blib\arch C:/Perl/lib C:/Perl/site/lib . C:/Perl/lib C:/Perl/site +/lib .) at t\02-buffer.t line 9. BEGIN failed--compilation aborted at t\02-buffer.t line 9. t\02-buffer......dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-19 Failed 19/19 tests, 0.00% okay t\03-packet......skipped all skipped: Can't do packet tests without String::CRC32 t\04-config......ok 23/25Use of uninitialized value in concatenation ( +.) or stri ng at C:\1\blib\lib/Net/SSH/Perl.pm line 108. t\04-config......ok t\05-cipher......ok t\06-circular....ok Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t\02-buffer.t 2 512 19 38 200.00% 1-19 1 test skipped. Failed 1/6 test scripts, 83.33% okay. 19/82 subtests failed, 76.83% ok +ay. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code ' +0xff' Stop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: installing/usingNet::SSH::Perl
by Xaositect (Friar) on Jun 29, 2005 at 20:20 UTC | |
|
Re: installing/usingNet::SSH::Perl
by Anonymous Monk on Jun 30, 2005 at 06:38 UTC |