On Wed, Aug 09, 2000 at 04:48:33PM +0000, Hey Boy wrote:
> I have been going nuts with mod perl now.....
> It just doesnt seem to built into apache at all....
> Okay here is my platform
> AIX 4.3.2 with gcc 2.95.2
> perl 5.6, apache 1.3.12, mod perl 1.24

perl 5.6 does need some patches that I did post here a while ago.

> Here are the config for mod perl
> perl Makefile.PL DO_HTTPD=1 APACHE_SRC=../apache_1.3.12/src \
> USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1
> make; make install.

There is currently a Makefile problem, try this instead (requires that
you build and install Apache with module support):

perl Makefile.PL USE_APXS=1 EVERYTHING=1 \
        WITH_APXS=/usr/local/apache/bin/apxs

-- 
Jens-Uwe Mager

HELIOS Software GmbH
Steinriede 3
30827 Garbsen
Germany

Phone:          +49 5131 709320
FAX:            +49 5131 709325
Internet:       [EMAIL PROTECTED]

Reply via email to