php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9907 make fail --with-oci8
Submitted: 2001-03-21 20:55 UTC Modified: 2001-05-04 10:37 UTC
From: kong_p at hotpop dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.4pl1 OS: Linux Redhat 6.2
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kong_p at hotpop dot com
New email:
PHP Version: OS:

 

 [2001-03-21 20:55 UTC] kong_p at hotpop dot com
I use Linux Redhat 6.2 with oracle client 8.1.5 + apache_1.3.17 

I use this command to compile php-
: ./configure --with-oci8=$ORACLE_HOME --with-mysql --with-apache=../apache_1.3.17 --enable-track-vars --enable-sigchild

[root@sosweb php-4.0.4pl1]# make
Making all in Zend
make[1]: Entering directory `/usr/local/php-4.0.4pl1/Zend'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/php-4.0.4pl1/Zend'
Making all in main
make[1]: Entering directory `/usr/local/php-4.0.4pl1/main'
make[2]: Entering directory `/usr/local/php-4.0.4pl1/main'
gcc  -I. -I/usr/local/php-4.0.4pl1/main -I/usr/local/php-4.0.4pl1/main -I/usr/lo
cal/php-4.0.4pl1 -I/usr/local/apache_1.3.17/src/include -I/usr/local/apache_1.3.
17/src/os/unix -I/usr/local/php-4.0.4pl1/Zend -I/usr/local/php-4.0.4pl1/ext/mysq
l/libmysql -I/oracle/network/public -I/oracle/plsql/public -I/usr/local/php-4.0.
4pl1/ext/xml/expat/xmltok -I/usr/local/php-4.0.4pl1/ext/xml/expat/xmlparse -I/us
r/local/php-4.0.4pl1/TSRM  -DXML_BYTE_ORDER=12 -g -O2  -c internal_functions.c &
& touch internal_functions.lo
In file included from internal_functions.c:38:
/usr/local/php-4.0.4pl1/ext/oci8/php_oci8.h:45: oci.h: No such file or directory
In file included from internal_functions.c:39:
/usr/local/php-4.0.4pl1/ext/oci8/oci.h:45: oci.h: No such file or directory
make[2]: *** [internal_functions.lo] Error 1
make[2]: Leaving directory `/usr/local/php-4.0.4pl1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/php-4.0.4pl1/main'
make: *** [all-recursive] Error 1           

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-04 10:37 UTC] thies@php.net
sadly there is no "small" installation option in the oracle installed to get just the stuff needed for development. you need to install more-or-less everything from the oracle-cd to be able to compile a oci program.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 20:01:30 2024 UTC