Date: 05/23/01
- Next message: Sebastian Bergmann: "[PHP-DEV] Latest CVS on Win32"
- Previous message: Andi Gutmans: "[PHP-DEV] 4.0.6RC2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 8364
Updated by: sniper
Reported By: kenford <email protected>
Old-Status: Open
Status: Feedback
Old-Bug Type: Compile Failure
Bug Type: ODBC related
Operating system:
PHP Version: 4.0.4
Assigned To:
Comments:
Does this happen with PHP 4.0.5 too?
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2000-12-21 15:34:08] kenford <email protected>
configure went ok but when I did a make I get an error.
The problem seems to be when I include "sapdb".
./configure --with-apache=/usr/Data/TMP/apache_1.3.14
--with-sapdb=/usr/sapdb
--without-mysql
--with-imap=/usr/local/imap
--with-gd=/usr/gd
--disable-xml
--with-config-file-path=/usr/local/apache/conf
-----------------------------------------------------
checking for MySQL support... no
checking for Oracle-OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... yes
checking for Oracle-ORACLE support... no
------------------------------------------------------
# make
...
...
...
make[1]: Entering directory `/usr/Data/TMP/php-4.0.4/main'
make[2]: Entering directory `/usr/Data/TMP/php-4.0.4/main'
gcc -I. -I/usr/Data/TMP/php-4.0.4/main -I/usr/Data/TMP/php-4.0.4/main -I/usr/Data/TMP/php-4.0.4 -I/usr/Data/TMP/apache_1.3.14/src/include -I/usr/Data/TMP/apache_1.3.14/src/os/unix -I/usr/Data/TMP/php-4.0.4/Zend -I/usr/gd -I/usr/local/imap/include -I/usr/sapdb/incl -I/usr/Data/TMP/php-4.0.4/TSRM -D_POSIX_PTHREAD_SEMANTICS -g -O2 -c main.c && touch main.lo
gcc -I. -I/usr/Data/TMP/php-4.0.4/main -I/usr/Data/TMP/php-4.0.4/main -I/usr/Data/TMP/php-4.0.4 -I/usr/Data/TMP/apache_1.3.14/src/include -I/usr/Data/TMP/apache_1.3.14/src/os/unix -I/usr/Data/TMP/php-4.0.4/Zend -I/usr/gd -I/usr/local/imap/include -I/usr/sapdb/incl -I/usr/Data/TMP/php-4.0.4/TSRM -D_POSIX_PTHREAD_SEMANTICS -g -O2 -c internal_functions.c && touch internal_functions.lo
In file included from internal_functions.c:37:
/usr/Data/TMP/php-4.0.4/ext/odbc/php_odbc.h:86: WINDOWS.H: No such file or directory
/usr/Data/TMP/php-4.0.4/ext/odbc/php_odbc.h:87: sql.h: No such file or directory
/usr/Data/TMP/php-4.0.4/ext/odbc/php_odbc.h:88: sqlext.h: No such file or directory
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/usr/Data/TMP/php-4.0.4/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/Data/TMP/php-4.0.4/main'
make: *** [all-recursive] Error 1
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8364&edit=2
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sebastian Bergmann: "[PHP-DEV] Latest CVS on Win32"
- Previous message: Andi Gutmans: "[PHP-DEV] 4.0.6RC2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

