On Mon, 21 Oct 2002, Rob Brown wrote:
> Okay, I'm even handling this case too. Are there
> any errors now? Do a whole "make test":
>
> cvs -z3 -q -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot/freeware
>checkout Net-Ping
> cd Net-Ping
> perl Makefile.PL
> make
> make test
Solaris 8 :
PERL_DL_NONLAZY=1 /home/doughera/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/100_load...........ok
t/110_icmp_inst......ok
1/2 skipped: icmp ping requires root privileges.
t/120_udp_inst.......ok
t/130_tcp_inst.......ok
t/140_stream_inst....ok
t/150_syn_inst.......ok
t/200_ping_tcp.......ok
t/250_ping_hires.....ok
t/300_ping_stream....ok
t/400_ping_syn.......skipped
all skipped: no http port
t/410_syn_host.......skipped
all skipped: no http port
t/450_service........# Failed test 18 in t/450_service.t at line 145
FAILED test 18
Failed 1/26 tests, 96.15% okay
Failed 1/12 test scripts, 91.67% okay. 1/70 subtests failed, 98.57% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/450_service.t 26 1 3.85% 18
2 tests and 1 subtest skipped.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
--
Andy Dougherty [EMAIL PROTECTED]