"Paul A. Sue" <[EMAIL PROTECTED]> writes:
> I'm running RH 6.2.
>
> The make ran fine, but when I run the tests, the http.t test FAILS
> miserably:
>
> [EMAIL PROTECTED]: /home/psue/libwww-perl-5.48/# ./TEST -v
> local/http.t
> local/http..........1..18
> Will access HTTP server at http://snoopy.localdomain:2098/
> Bad request...
> not ok 1
> not ok 2
> Simple echo...
> not ok 3
> not ok 4
> Send file...
> not ok 5
> not ok 6
> not ok 7
> Check redirect...
> get HTTP request
> not ok 8
> Can't call method "is_redirect" on an undefined value at local/http.t
> line 189, <DAEMON> chunk 1.
> HTTP Server terminated
> dubious
> Test returned status 11 (wstat 2816, 0xb00)
> Undefined subroutine &Test::Harness::WCOREDUMP called at
> /usr/lib/perl5/5.00503/Test/Harness.pm line 288.
>
> Should I be alarmed by this? Why does the test fail?
Because LWP can't connect to the host 'snoopy.localdomain'. The test
should probably be fixed to give some meaningful errors in this case.
Regards,
Gisle