On Thu, 3 May 2001, Anuradha Satyanarayana wrote:

> Unable to make the modperl Makefile.PL downloaded from perl.apache.org.
> throwing errors like the following:
>
>
> Checking for LWP::UserAgent......failed
> Can't locate HTTP/Request.pm in @INC at lib/LWP/UserAgent.pm line 97.
> BEGIN failed--compilation aborted at lib/LWP/UserAgent.pm line 97.
>
> The libwww-perl library is needed to run the test suite.
> Installation of this library is recommended, but not required.
>
> Checking for HTML::HeadParser....failed
> Can't locate HTML/HeadParser.pm in @INC at Makefile.PL line 1129.
>
>
> Can anyone help?

Aren't the diagnostic messages clear enough? You need to install these
modules before you build mod_perl (at least to run 'make test')...

One of the easy ways to do that:

$ perl -MCPAN -eshell
cpan> install LWP::UserAgent HTML::HeadParser

Hope this helps...

P.S. Make sure you read various and copious mod_perl documentation before
it starts raining here on the list :) See http://perl.apache.org/#docs

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to