Re: [PHP-DEV] --with-oracle and Oracle versions From: Stig Bakken (ssb <email protected>)
Date: 10/22/98

Steve Maring wrote:
>
> Will the source with PHP 3.0.5 only work with Oracle 8.0.5?
>
> For some reason I have not been able to install Oracle 8.0.5
> for Linux correctly so I am still using the SCO Oracle 7.3.2.2.0
> version with iBCS (go figure).
>
> When compiling PHP --with-oracle I find that internal_functions.c
> wants to include php3_oci8.h which wants to include oci.h. It
> bombs when it can't find oci.h. A search found it only located
> in the Oracle 8.0.5 directory tree.
>
> Is there a way to get around this until I can figure out why I
> can't install Oracle 8.0.5 correctly?

I think what happened is that configure was not able to figure out which
Oracle version you are running, in which case it defaults to 8.0. If you edit
your config.h file and set HAVE_OCI8 to 0, it should work.

 - Stig

-- 
 Stig S. Bakken                    Guardian Networks AS
 mailto:ssb <email protected>            Trondheim, Norway
 http://www.pvv.org/~ssb/          http://www.guardian.no/

-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>