Hi,
I am trying to install DBD::Oracle on Linux server with oracle instant clinet and sdk installed, but it throws the below error...I have installed DBI before.
In file included from Oracle.xs:1:
Oracle.h:37:17: error: oci.h: No such file or directory
Oracle.h:38:22: error: oratypes.h: No such file or directory
Oracle.h:39:20: error: ocidfn.h: No such file or directory
Oracle.h:40:18: error: orid.h: No such file or directory
Oracle.h:41:17: error: ori.h: No such file or directory
ORACLE_HOME=/opt/sunny/instantclient_10_2
All the libraries are located in ORACLE_HOME.
SDK is installed in /opt/sunny/instantclient_10_2/sdk. This directory has include directory which has all the oci headers.
LD_LIBRARY_PATH has ORACLE_HOME in it.
How can I fix this?
Thanks,
Sunil