Douglas B. Jones wrote: > We are on Tru64 5.1 and I am trying to compile php 4.3.4. I get > the following error: > > cc: Severe: /src/net/www/php-4.3.4/ext/oracle/php_oracle.h, line 23: Cannot > find f > ile "ocidfn.h" specified in #include directive. (noinclfilef) > #include "ocidfn.h" > -^ > > I cannot find this include file anywhere in the oracle installation > or the php installation. The oracle version is 9.2.0.1.0.
It belongs to the Oracle installation, but I don't know which part of it. Here (Linux, client install only), it's in $ORACLE_HOME/rdbms/demo/. You need at least the OCI (Oracle Call Interface) part. Regards... Michael