php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8364 sapdb make Error
Submitted: 2000-12-21 15:34 UTC Modified: 2001-06-11 10:08 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: kenford at infomak dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0.4 OS: Solaris 8 Sparc
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kenford at infomak dot com
New email:
PHP Version: OS:

 

 [2000-12-21 15:34 UTC] kenford at infomak dot com
 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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-23 06:31 UTC] sniper@php.net
Does this happen with PHP 4.0.5 too?

--Jani

 [2001-06-11 10:08 UTC] kalowsky@php.net
closed due to no user feedback.  if it's still an open case, please reopen the bug.
 [2002-02-15 15:39 UTC] kyle dot vice at zf dot com
I'm experiencing this bug with php 4.1.1
I'm running SuSE Linux 7.1 x86
any feedback would be helpful
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 00:01:29 2025 UTC