configure php with ibm-db2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brent Halsey

    configure php with ibm-db2

    Hi All,

    I am having problems compiling php with the IBM-DB2 extension.

    The command I use to configure is # ./configure
    --with-mysql=/srv/mysql/mysql-standard-5.0.24a-linux-i686-glibc23
    --with-apxs2=/srv/apache-2058/apache/bin/apxs
    --with-ibm-db2=/opt/IBM/db2/V8.1
    --with-pdo-odbc=ibm-db2,/home/db2inst1/sqllib

    The error I am getting is configure: error:
    build test failed. Please check the config.log for details.
    You need to source your DB2 environment before running PHP configure:
    # . $IBM_DB2/db2profile

    What am I doing wrong?

    Thanks,

    Brent

Working...