php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11600 .h files missing for oracle.h dependencies
Submitted: 2001-06-21 01:51 UTC Modified: 2001-06-21 09:41 UTC
From: andrew dot rowley at convergys dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Solaris 8
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: andrew dot rowley at convergys dot com
New email:
PHP Version: OS:

 

 [2001-06-21 01:51 UTC] andrew dot rowley at convergys dot com
/bin/sh /usr/local/src/php/php-4.0.5/libtool --silent --mode=compile gcc  -I. -I
/usr/local/src/php/php-4.0.5/main -I/usr/local/src/php/php-4.0.5/main -I/usr/loc
al/src/php/php-4.0.5 -I/usr/local/netscape/server4/include -I/usr/local/src/php/
php-4.0.5/Zend -I/usr/local/src/php/php-4.0.5/ext/mysql/libmysql -I/usr/local/or
acle/app/oracle/product/8.0.5/network/public -I/usr/local/src/php/php-4.0.5/ext/
xml/expat/xmltok -I/usr/local/src/php/php-4.0.5/ext/xml/expat/xmlparse -I/usr/lo
cal/src/php/php-4.0.5/TSRM  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTIC
S -D_REENTRANT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -I../TSRM -DTHREAD=1 -g -O2 -p
threads  -c internal_functions.c
In file included from internal_functions.c:33:
/usr/local/src/php/php-4.0.5/ext/oracle/php_oracle.h:22: oratypes.h: No such fil
e or directory
/usr/local/src/php/php-4.0.5/ext/oracle/php_oracle.h:23: ocidfn.h: No such file
or directory
/usr/local/src/php/php-4.0.5/ext/oracle/php_oracle.h:24: ociapr.h: No such file
or directory
*** Error code 1
make: Fatal error: Command failed for target `internal_functions.lo'
Current working directory /usr/local/src/php/php-4.0.5/main
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/src/php/php-4.0.5/main
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
root@webdev1:/usr/local/src/php/php-4.0.5>>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-21 09:41 UTC] rasmus@php.net
These header files come with Oracle along with the client
library.  We could not possibly distribute these.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 10:01:28 2025 UTC