Hi, I am trying to configure kannel with oracle 9i. When i install kannel with this command:
./configure --with-oracle --with-oracle-includes=/u01/app/oracle/product/9.2.0/rdbms/demo/ --with-oracle-libs=/u01/app/oracle/product/9.2.0/rdbms/lib/ i get the following error: Configuring DB support ... checking whether to compile with MySQL support... disabled checking whether to compile with LibSDB support... disabled checking whether to compile with SQLite2 support... disabled checking whether to compile with SQLite3 support... disabled checking whether to compile with Oracle support... searching checking for oci.h ... configure: error: oci.h not found i went to the directory /u01/app/oracle/product/9.2.0/rdbms/demo/ and found that oci.h exists. Can someone please tell me what is the problem?