Re: libwww installation

Gisle Aas (aas@bergen.sn.no)
Wed, 17 Jul 1996 08:38:55 +0200


In message <1ebf9a60@tribune.com>, JSummy@tribune.com writes:
> When trying to install your library, I run into the following problem.**I am 
> using Perl5.003

But you are not using a properly installed perl5.003.  Make sure that
it is installed using "make install" in the perl source directory.

Getopt::Std and ExtUtils::MakeMaker are standard perl modules.

> $ perl Makefile.PL
> Can't locate Getopt/Std.pm in @INC at Makefile.PL line 16.
> BEGIN failed--compilation aborted at Makefile.PL line 16.
> 
> -Which library(plural?) am I missing.  It also appears I am missing the 
> following:
> ExtUtils::MakeMaker;
> and
> Net::FTP;