I thought I had the latest libwww until I read your first message and
discovered that I was one version off. I downloaded 5.47 and did a 'make
realclean' on the old version and then built the new.
The result is shown below.
I am running RH 6.1 on a PIII if that makes any difference.
You had a strange problem with Test/Harness.pm, so I did a 'find' for that
file on my system. I have two versions, but I am using the later version.
Perhaps if you upgrade your Perl to 5.00557 (or higher?), you might have
success.
[root@hoho0 libwww-perl-5.47]# find / -name Harness.pm -print
/usr/lib/perl5/5.00503/Test/Harness.pm
/usr/local/lib/perl5/5.00557/Test/Harness.pm
BobG
[user1@hoho0 libwww-perl-5.47]$ more test.out
/usr/local/bin/perl -e 'use Config; chdir q{blib/script}; foreach (qw(GET
HEAD P
OST)) {' \
-e 'unlink "$_";' \
-e 'system("$Config{\"lns\"} lwp-request $_") && die; }'
/usr/local/bin/perl t/TEST 0
base/common-req.....ok
base/cookies........ok
base/date...........ok
base/headers-auth...ok
base/headers-etag...ok
base/headers-util...ok
base/headers........ok
base/listing........ok
base/mediatypes.....ok
base/message........ok
base/negotiate......ok
base/response.......ok
base/status.........ok
html/form...........ok
robot/rules-dbm.....ok
robot/rules.........ok
robot/ua............ok
local/autoload......ok
local/get...........ok
local/http..........ok
local/protosub......ok
All tests successful.
Files=21, Tests=273, 27 wallclock secs ( 8.30 cusr + 0.31 csys = 8.61 CPU)
[user1@hoho0 libwww-perl-5.47]$
>From: Dave Pfaltzgraff@PATAPSCO on 02/01/2000 04:10 PM
>
>BobG suggested:
>
>>I have the same lines when doing a make on 5.46 and I have gone on to 'make
>>test' and it seems OK.
>
>>Try 'make test' to verify whether you did everything and have all of the
>>prerequisite software loaded.
>
>Thanks for the encouragement and the suggestion. Here's the results:
>----
># make test
>/usr/bin/perl -e 'use Config; chdir q{blib/script}; foreach (qw(GET HEAD
>POST))
>{' \
>-e 'unlink "$_";' \
>-e 'system("$Config{\"lns\"} lwp-request $_") && die; }'
>/usr/bin/perl t/TEST 0
>base/common-req.....ok
>base/cookies........ok
>base/date...........ok
>base/headers-auth...ok
>base/headers-etag...ok
>base/headers-util...ok
>base/headers........ok
>base/listing........ok
>base/mediatypes.....ok
>base/message........ok
>base/negotiate......ok
>base/response.......ok
>base/status.........ok
>html/form...........ok
>robot/rules-dbm.....ok
>robot/rules.........ok
>robot/ua............HTTP Server terminated
>FAILED tests 1-3, 5, 7
> Failed 5/7 tests, 28.57% okay
>local/autoload......ok
>local/get...........ok
>local/http..........Can't call method "is_redirect" on an undefined value at
>local/http.t line 186, <DAEMON> chunk 1.
>HTTP Server terminated
>dubious
> Test returned status 9 (wstat 2304, 0x900)
>Undefined subroutine &Test::Harness::WCOREDUMP called at
>/usr/lib/perl5/5.00503/Test/Harness.pm line 288.
>make: *** [test] Error 9
>----
>Obviously, something's amiss here, but again I must ask for some
>suggestions...
>
>Thanks,
>Dave