You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by don carnage <dc...@spookyworld.yi.org> on 2000/11/28 21:09:53 UTC

Problems on installation...

Hello all -- I recently downloaded apache 1.3.14 and mod perl 1.24 and
received the following error when I tried to run the Makefile.PL:

-------------------------------------------------------------------------
$ perl Makefile.PL APACHE_SRC=../apache_1.3.14/src DO_HTTPD=1 USE_APACI=1
EVERYTHING=1
Will configure via APACI
Enter `q' to stop search
Please tell me where I can find your apache src
 [../apache_x.x/src] ../apache_1.3.14/src
cp apaci/Makefile.libdir ../apache_1.3.14/src/modules/perl/Makefile.libdir
cp apaci/Makefile.tmpl ../apache_1.3.14/src/modules/perl/Makefile.tmpl
cp apaci/README ../apache_1.3.14/src/modules/perl/README
cp apaci/configure ../apache_1.3.14/src/modules/perl/configure
cp apaci/libperl.module ../apache_1.3.14/src/modules/perl/libperl.module
cp apaci/mod_perl.config.sh
../apache_1.3.14/src/modules/perl/mod_perl.config.sh
cp apaci/load_modules.pl.PL
../apache_1.3.14/src/modules/perl/load_modules.pl.PL
cp apaci/find_source.PL ../apache_1.3.14/src/modules/perl/find_source.PL
cp apaci/apxs_cflags.PL ../apache_1.3.14/src/modules/perl/apxs_cflags.PL
cp apaci/mod_perl.exp ../apache_1.3.14/src/modules/perl/mod_perl.exp
************* WARNING *************

  Apache Version 1.3.0 required, aborting.

************* WARNING ************
-------------------------------------------------------------------------

Any ideas?

Thanks,
Don


Re: Problems on installation...

Posted by ___cliff rayman___ <cl...@genwax.com>.
yes - in order to use apache 1.3.14 you need
mod perl 1.24_01 which you can get from here:

http://perl.apache.org/dist/

enjoy,

--
___cliff rayman___cliff@genwax.com___http://www.genwax.com/

don carnage wrote:

> Hello all -- I recently downloaded apache 1.3.14 and mod perl 1.24 and
> received the following error when I tried to run the Makefile.PL:
>
> -------------------------------------------------------------------------
> --snip--
> cp apaci/mod_perl.exp ../apache_1.3.14/src/modules/perl/mod_perl.exp
> ************* WARNING *************
>
>   Apache Version 1.3.0 required, aborting.
>
> ************* WARNING ************
> -------------------------------------------------------------------------
>
>