|
Thanks GAVollink! You pointed me to the right direction!
I downloaded the latest PHP source...
php-4.3.6.tar.bz2
and recompiled it with the following options..
./configure --prefix=/usr --enable-force-cgi-redirect --enable-fastcgi --sysconfdir=/etc --enable-discard-path --with-config-file-path=/opt/IBMHttpServer/conf --enable-safe-mode --with-openssl --enable-bcmath --with-bz2 --with-pic --enable-calendar --enable-ctype --with-gdbm --with-db3 --enable-dbase --enable-ftp --with-iconv --with-gd --enable-gd-native-ttf --with-jpeg-dir=/usr --with-png --with-gmp --with-mysql=shared,/usr --with-xml=shared,/usr --with-gettext=shared,/usr --with-mm=/usr --enable-trans-sid --enable-shmop --enable-sockets --with-regex=php --enable-sysvsem --enable-sysvshm --enable-yp --enable-memory-limit --with-tsrm-pthreads --enable-shared --disable-debug --with-zlib=/usr --with-apxs=/opt/IBMHttpServer/bin/apxs
$ make
# make install
I think the crucial options are...
--with-apxs=/opt/IBMHttpServer/bin/apxs
--with-config-file-path=/opt/IBMHttpServer/conf
Appreciate the help! I will try to document the setup and submit it to
IBM, APACHE, and PHP..
Thanks and God Bless!
-Hanz Yoro
Last edited by dm0nkz; 05-19-2004 at 08:51 PM.
|