I am trying to compile PHP 5.0.4 on AIX 5.1 box with DB2 8.1 support. ./configure fails everytime at:
"configure: error: IBM DB2 required libraries not found
checking for IBM DB2 support... #"
Here is the command I'm using:
./configure --with-apache2=/usr/IBMIHS --disable-cli --disable-libxml --with-ibm-db2=/usr/opt/db2_08_01/ --with-flatfile |tee configure.log
I should mention that DB2 has been installed and running prior to this so I'm confident it's not my db2 installation.
Any suggestions?
"configure: error: IBM DB2 required libraries not found
checking for IBM DB2 support... #"
Here is the command I'm using:
./configure --with-apache2=/usr/IBMIHS --disable-cli --disable-libxml --with-ibm-db2=/usr/opt/db2_08_01/ --with-flatfile |tee configure.log
I should mention that DB2 has been installed and running prior to this so I'm confident it's not my db2 installation.
Any suggestions?