libwww error

Tom Dempster (tomd@cais.cais.com)
Sun, 21 Jul 1996 08:34:37 -0400 (EDT)


Good morning!  I just downloaded libwww for perl5.002.

We are running on a sparc20 with perl5.002 installed 
gcc and apogee C compiler.  When I try the perl Makefile.PL
it reports that Net/Ftp is missing as well as MD5.  It 
reports no other errors.  When I do a make I get this:

cp bin/lwp-request ./blib/bin/lwp-request
cp bin/lwp-rget ./blib/bin/lwp-rget
cp bin/lwp-mirror ./blib/bin/lwp-mirror
/usr/local/bin/perl -e 'use Config; foreach (qw(GET HEAD POST)) {' \
-e 'unlink "./blib/bin/$_";' \
-e 'system("$Config{\"lns\"} lwp-request ./blib/bin/$_") && die; }'
Died at -e line 3.
*** Error code 2
make: Fatal error: Command failed for target `all'

Is it possible I do not have the entire perl distribution loaded?? 
Maybe it is loaded incorrectly?? Please any help/comments/suggestions
would be more than welcome.  Thanks in advance.


Tom Dempster