[PHP-INST] Installing php on AIX (4.3.3)

2003-01-02 Thread Kirt Thomas
was entirely his expertise that got this to work :) -=-=-=-=-=-=-=-=-=-==-=-=-=-=--=-=-=-=-=- Kirt Thomas [EMAIL PROTECTED] ^ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-16 Thread Kirt Thomas
are using a different version of Apache, search for ".so" and look for code similar to the above. -- Jim >>> Kirt Thomas <[EMAIL PROTECTED]> 12/13/02 03:39PM >>> As far as I can tell it's .so - what would I change in the apxs script from so to sl, if it does

Re: [PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Kirt Thomas
hack your apxs script to change it to whatever your system needs. (Just search apxs for .so; it is only in two places in newer apxs scripts). After changing your apxs script, run make distclean, configure, make, make install. -- Jim >>> Kirt Thomas <[EMAIL PROTECTED]> 12/1

[PHP-INST] Installing php on AIX (4.3.3)

2002-12-13 Thread Kirt Thomas
I'm trying to install php on an AIX server. I use the folling configure command: configure --with-apxs=/usr/local/apache/bin/apxs --with-oci8=/u01/app/oracle/product/8.1.6 --prefix=/usr/local/apache Which works. Then I run a make, and that also completes. But when I run a 'make install' I