Install libwww error

Amanda Cheung (amanda@dkbfp.com.hk)
Mon, 18 Nov 1996 17:26:50 +0000


Hi

I'm trying to install libwww-perl-5.04 with perl5.003 on my spac20. It was fine
to run,
perl Makefile.PL PREFIX=${MYHOME}/perl5
but when I came to make test, error messges saying,

=======================================
Can't call method "is_redirect" without a package or object reference at
local/http.t line 170.
FAILED tests 1-6, 8-18
        Failed 17/18 tests, 5.56% okay
        Test returned status 2 (wstat 512)
Failed 2/25 test scripts, 92.00% okay. 24/635 subtests failed, 96.22% okay.
*** Error code 2
make: Fatal error: Command failed for target `test'
========================================

then I continue with make install and I got,

=========================================
Writing ${MYHOME}/lib/site_perl/sun4-sunos/auto/libwww-perl/.packlist
sh: ${MYHOME}/lib/sun4-sunos/5.003/perllocal.pod: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `doc_site_install'
=========================================

Do I miss anything ? What are they ? So, is my pakeage incompletely installed ?
I tried to fetch something from the net by a simple line,

perl -MLWP::Simple -e 'getprint "http://www.sn.no/libwww-perl/"'

and it returned

=============================
An Error Occurred

An Error Occurred

500 - Can't resolv address for www.sn.no
==============================

Could anybody tell me what jave I done wrong pleassssee ?

Thanks in advance.

--