I am trying to build mod_perl with apache, but cant get through iunitial
make.
I got apache 1.3.14 src and mod_perl
untared them, and run
perl Makefile.PL APACHE_SRC=../apache/src DO_HTTPD=1 USE_APACI=1
EVERYTHING=1
i get this:
Will configure via APACI
Enter `q' to stop search
Please tell me where I can find your apache src
[] ../apache/src
cp apaci/Makefile.libdir ../apache/src/modules/perl/Makefile.libdir
cp apaci/Makefile.tmpl ../apache/src/modules/perl/Makefile.tmpl
cp apaci/README ../apache/src/modules/perl/README
cp apaci/configure ../apache/src/modules/perl/configure
cp apaci/libperl.module ../apache/src/modules/perl/libperl.module
cp apaci/mod_perl.config.sh ../apache/src/modules/perl/mod_perl.config.sh
cp apaci/load_modules.pl.PL ../apache/src/modules/perl/load_modules.pl.PL
cp apaci/find_source.PL ../apache/src/modules/perl/find_source.PL
cp apaci/apxs_cflags.PL ../apache/src/modules/perl/apxs_cflags.PL
cp apaci/mod_perl.exp ../apache/src/modules/perl/mod_perl.exp
************* WARNING *************
Apache Version 1.3.0 required, aborting...
************* WARNING *************
though the folder is called apache, it is apache 1.3.14 nevertheless.
any suggestions?
thx