Hi I still have the same Problem. I want to connect to Oracle 8.1.7 via ODBC from php with apache webserver
I try to make php with custom-odbc like this:
./configure --enable-track-vars --with-mysql --with-apache=/usr/local/src/apache/apache_1.3.12 --with-iodbc=/usr/local/src/apache/php/ext/odbc
then make make install
then configure the apache like
./configure --prefix=/usr/local/sbin --enable-module=so --server-uid=root --server-gid=nogroup --activate-module=src/modules/php4/libphp4.a
and make then I get the error
Unresolved:
SQLAllocConnect
SQLAllocEnv
SQLAllocStmt
SQLBindCol
SQLColumns
SQLConnect
SQLDisconnect
etc.....
so the /php/ext/odbc/php_odbc.o doesnt resolve these SQl-functions
I made my own odbc.h like
#include <sql.h>
#include <sqlext.h>
Can anybody help me how I can connect to Oracle via ODBC