I configured php with the following:
./configure --with-apxs --enable-track-vars --with-unixODBC -with-ibmdb2
make; make install
make and make install go fine, but when I try to restart apache, it doesn't start.
I have tried adding '. ./home/db2inst1/sqllib/db2profile' to the /etc/rc.d/init.d/httpd file (suggestion from another post).
System Info:
Redhat 7.2
apache-1.3.22-2 (from redhat rpm)
php-4.0.6 (from source)
Any help would be appreciated.