ID: 10563 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Compile Problem PHP Version: 4.0 Latest CVS (30/04/2001) Assigned To: kalowsky Comments: Assigning to dan. Previous Comments: --------------------------------------------------------------------------- [2001-04-30 13:16:03] [EMAIL PROTECTED] php4/main/build-defs.h.in is missing 3 #define's for ODBC to compile correctly. (From looking at the CVS mailing list, it looks like they were included in a mega-patch that was rejected.) Here's a diff that fixes the problem. The problem is that PHP_ODBC_INCLUDE, PHP_ODBC_LFLAGS, and PHP_ODBC_LIBS are undefined. diff -r1.5 build-defs.h.in 51a52,54 > #define PHP_ODBC_INCLUDE "@ODBC_INCLUDE@" > #define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@" > #define PHP_ODBC_LIBS "@ODBC_LIBS@" My configure line is as follows: ./configure --with-apxs --with-custom-odbc=/usr/local/odbc --with-openssl --with-gd --disable-debug Please feel free to contact me if you need any more information... --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10563&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]