[PHP-DEV] PHP 4.0 Bug #4457: Comiling with oci8 From: bakins <email protected>
Date: 05/15/00

From: bakins <email protected>
Operating system: Solaris 8
PHP version: 4.0 Release Candidate 2
PHP Bug Type: Oracle related
Bug description: Comiling with oci8

I had some trouble compiling 4.0 RC2 with oci8. I was using:
Solaris 8
Oracle 8.1.5
gcc 2.9.5.2

It failed to compile complaining that nzt.h was not found. I finally fixed it
by adding "-I/my/oracle/home/netwok/public" to the oci section of the
config_vars.mk file. I know this isn't the best way to do it, but it worked.

I don't think configure is adding all the oracle includes it should.

-- 
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>