Has anyone used this option for compiling PHP with custom ODBC drivers.
I am trying to use a Teradata ODBC driver and have not had any luck
using iODBC.

--with-custom-odbc[=DIR]

                                 Include a user defined ODBC support.
The DIR is ODBC install base directory, which
                                 defaults to /usr/local. Make sure to
define CUSTOM_ODBC_LIBS and have some odbc.h
                                 in your include dirs. E.g., you should
define following for Sybase SQL Anywhere 5.5.00
                                 on QNX, prior to run configure script:
CPPFLAGS="-DODBC_QNX -DSQLANY_BUG"
                                 LDFLAGS=-lunix
CUSTOM_ODBC_LIBS="-ldblib -lodbc".

Any help would be greatly appreciated.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to