I can not install a module libnet
[email protected] ("Vitaley I. Opryshko") Tue, 25 Sep 2001 16:28:57 +0400
| Newsgroups | perl.libnet |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I can not install a module libnet-1.0704. I have leaked(skipped) configuration libnet.cfg
The file libnet.cfg has the following contents
{
'ftp_int_passive' => 0,
'snpp_hosts' => [],
'inet_domain' => undef,
'test_exist' => 1,
'ftp_testhost' => undef,
'daytime_hosts' => [],
'ph_hosts' => [],
'time_hosts' => [],
'smtp_hosts' => [],
'test_hosts' => 1,
'nntp_hosts' => [],
'pop3_hosts' => [],
}
I install libnet, as you would install any perl module library, by running these commands:
perl Makefile.PL
make
make test
The test is defaulted
/usr/install/CPAN/libnet-1.0704 > make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/i386-freebsd -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/ftp...............skipped test on this platform
t/hostname..........ok
t/nntp..............skipped test on this platform
t/require...........FAILED tests 8-9
Failed 2/11 tests, 81.82% okay
t/smtp..............skipped test on this platform
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/require.t 11 2 18.18% 8-9
3 tests skipped.
Failed 1/5 test scripts, 80.00% okay. 2/12 subtests failed, 83.33% okay.
*** Error code 255
Stop in /usr/install/CPAN/libnet-1.0704.
--
Best regards,
Vitaley mailto:[email protected]