You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Joshua Chamas <jo...@chamas.com> on 2000/08/04 18:03:00 UTC

Re: APACHE::ASP install problem

Use CPAN to install HTTP::Date and MLDBM, or better 
yet, install Bundle::Apache::ASP.  There is a note in
the install error output on how to use CPAN that you 
didn't include below.  I would follow its instructions.

--Joshua

Pamela O'Shea wrote:
> 
> Hi, [sorry for posting this again but i wasnt subscribed when i 1st
> posted it and couldnt c any reponses, couldnt find an archive either :/]
> 
> i have an installation problem, im using apache 1.3.12 and linux kernl
> 2.2.16-3 and have the
> mod_perl installed.
> The 'httpd -l' lists the mod_perl as being installed. Bu when i do 'perl
> 
> Makefile.PL' in the
> Apache-ASP source tree i get the following errors :
> 
> [root@dilitium Apache-ASP-2.03]# perl Makefile.PL
> Checking for the prerequisite modules...
>  ... found Apache !
>  ... found Carp !
>  ... found Data::Dumper !
>  ... found Fcntl !
>  !!! you need the module: HTTP::Date
>      WHY: Provides mapping between Perl time() and HTTP dates
>  ... found MD5 !
>  !!! you need the module: MLDBM
>      WHY: This is used for reading and writing multi-level hashes on
> disk
>  ... found SDBM_File !