Somsak RAKTHAI wrote:
> 
> Dear members,
>   I used Apache-ASP-2.21, mod_perl-1.26, apache_1.3.20 running on
> RedHat-7.1 Linux.
>   When I install, I use this command below.
>     Step A.
>     ======
>       cd mod_perl-1.26
>       perl ./Makefile.PL   (it has messages show in "perl-make.txt")
>       make
>       make test            (it has messages in "make-test.txt")
>       make install
>   And then.

For mod_perl, I believe the right order is make install; make test,
but the make test says it needs other perl modules to run, particularly
you need to install LWP and HTML::Parser using CPAN.

I would suggest using the ./make_httpd/build_httpds.sh in
the Apache::ASP distribution to build your modperl apache
or check out http://perl.apache.org/guide/install.html

These below error messages say that you need to install HTTP::Date 
and MLDBM using CPAN.  You can install Apache::ASP requisites
easily in CPAN by installing 

  cpan> install Bundle::Apache::ASP

[ your errors ]
Checking for the REQUIRED modules...
 ... found Carp !
 ... found Data::Dumper !
 ... found Digest::MD5 !
 ... found Fcntl !
 !!! you need the module: HTTP::Date
     WHY: Provides mapping between Perl time() and HTTP dates
 !!! you need the module: MLDBM
     WHY: This is used for reading and writing multi-level hashes on disk
 ... found SDBM_File !

Until these issues are resolved, Apache::ASP won't installed,
and will instead give the error:

> Exiting now because of errors!

> Syntax error on line 979 of /usr/local/apache/conf/httpd.conf:
> Can't locate Apache/ASP.pm in @INC (@INC contains:
> /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/
> site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/
> site_perl . /usr/local/apache/ /usr/local/apache/lib/perl) at (eval 3) line 3.
> 

You haven't installed Apache::ASP successfully, see above.

--Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to