> I am building mod_perl-1.21 into apache_1.3.9 using apaci.
> I run the following commands under mod_perl-1.21 directory
> perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache
> make
> make test
> make install
or
cd ../apache_x.x.x
make install
> Everything looks fin
perl Makefile.PL USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/usr/local/apache
On Thu, Jan 20, 2000 at 03:36:44PM -0600, Wang, Pin-Chieh wrote:
> Hi,
> I am building mod_perl-1.21 into apache_1.3.9 using apaci.
> I run the following commands under mod_perl-1.21 directory
> perl Makefile.PL EVERYTHING
Hi,
I am building mod_perl-1.21 into apache_1.3.9 using apaci.
I run the following commands under mod_perl-1.21 directory
perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache
make
make test
make install
Everything looks fine, httpd was created in apache_1.3.9/src,