This is what I use:

./configure --enable-mbstring --with-aolserver-src=/usr/local/aolserver-3.4.
2 --with-aolserver=/aolserver --with-mysql --with-pgsql

Then
make
then
make install

which puts the .so into the bin dir appropriately for me.

Make SURE you also consider setting your stacksize parameter in your
config...
ns_section "ns/threads"
        ns_param   stacksize [expr 256*1024]

the default stacksize is 128*1024 and on newer versions of RedHat there is
evidence of problems with the defaults when using PHP.

--
  Patrick Spence <arivenATarivenDOTcom>
  www.RandomRamblings.com
  www.Ariven.com

----- Original Message -----
From: "Edwin Ho" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 17, 2002 4:20 PM
Subject: [AOLSERVER] compiling php for aolserver


> Hi,
>
> I'm having problems gettig php to work with Aolserver.
>
> this is the command I am using:
>
> ./configure --with-aolserver=/usr/local/aolserver/ \
> --with-aolserver-src=/usr/local/src/oacs/aolserver/ \
> --with-pgsql
>
> no errors, then I compile it. no errors again.
>
> but in my modules directory, there isn't any php module in there.
> am I supposed to copy it over manually or have I done something wrong?
>
> edwin

Reply via email to