On Thu, 21 Oct 1999, Scott Anderson wrote:

>  am having the following errors trying to compile apache with mod_perl
> 
> my mod perl configuration script looks like this
> 
> perl Makefile.PL \
>         APACHE_SRC=/usr/local/src/apache_1.3.9 \
>         NO_HTTPD=1 \
>         PREP_HTTPD=1 \
>         EVERYTHING=1
> 
> i answer yes when it asks about the src dir and no when it asks me if i want to 
>build httpd.
> then i do
> make
> make install
> 
> and everything seems to be ok
> 
> then i goto the apache dir and use this configure script
> 
> CC=cc \
> ./configure \
>         --prefix=/usr/local/apache \
>         --enable-rule=SHARED_CORE \
>         --enable-module=so \
>         --enable-module=auth_dbm \
>         --enable-module=auth_db \
>         --enable-module=rewrite \
>         --enable-module=info \
>         --activate-module=src/modules/jserv/mod_jserv \
>         --activate-module=src/modules/php3/libphp3.a \
>         --activate-module=src/modules/perl/libperl.a

you're better off to let Makefile.PL do all the work, you can pass those
options to Apache via APACI_ARGS, see also: makepl_args.mod_perl

Reply via email to