John Kolvereid wrote:
> Hi Ade,
>    I am sending the errs as an attachment.  Thanks.

It helps to actually *look* at the build log:

> Will configure via APACI
...
>     o ssl_module uses ConfigStart/End
>       + SSL interface: mod_ssl/2.8.5
>       + SSL interface build type: DSO
>       + SSL interface compatibility: enabled
>       + SSL interface experimental code: disabled
>       + SSL interface conservative code: disabled
>       + SSL interface vendor extensions: disabled
>       + SSL interface plugin: Built-in SDBM
>       + SSL library path: /usr/local/ssl
>       + SSL library version: SSLeay 0.9.0b 29-Jun-1998
> Error: OpenSSL VERSIONS BELOW 0.9.3 ARE NO LONGER SUPPORTED.
> Hint:  Use OpenSSL version 0.9.3 or higher!

hint, hint: install openssl 0.9.3 or higher!

> Checking for LWP::UserAgent......failed
> Can't locate URI.pm in @INC (@INC contains: ./lib /usr/lib/perl5/5.00503/i386-linux 
>/usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux 
>/usr/lib/perl5/site_perl/5.005 .) at (eval 2) line 3.
> BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/LWP/UserAgent.pm 
>line 108.
> 
> 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 (@INC contains: ./lib 
>/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 
>/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at 
>Makefile.PL line 1154.
> 
> The HTML-Parser package is needed (by libwww-perl) to run the test suite.

install URI and HTML::HeadParser packages.

Most likely you've installed an RPM or a similar package of libwww-perl 
without installing its prerequisites.

Do:

perl -MCPAN -eshell
cpan> install URI HTML::HeadParser LWP

need to specify explicitly since LWP is already installed.

and 'make test' should work.



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

Reply via email to