In mail.php.general, Donahue, Peter <[EMAIL PROTECTED]> wrote:
> I'm building Php (4.3.3) on Solaris and am including oci8 support.
> Configure works fine. When I try to build, I get an error on the compilation
> of ext/oci8/oci8.c - it can't find oci.h, and then I get tons of errors,
> I suppose all stemming from this.

Little late, I know - tho I just got it working myself (only to have to
reformat and drop from Redhat9 to 7.3, so I can use Oracle 8.1.7 client
instead of 9 - compat, etc :( )

You need to reinstall the Oracle client - but this time use the full
Administrative Install. Then when you get to check the installed components
look through and check "Oracle Call Interface".

Install will go as before and this time you'll find an oci.h lurking in
an obscure directory: find . -name oci.h -print   should let you know where
it is.

Hope this helps.

Paul.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to