ld.so.1: occidml: fatal: libocci.so.10.1: open failed: No such file or directory
Library path: /TEST/xxx/instantclient_10_2/
Header path: /TEST/xxx/instantclient_10_2/sdk/include
Despite of ORACLE_HOME already installed on the server, to enable Instant Client mode, I've added the OCI library path to and removed ORACLE_HOME/lib from environment variable LD_LIBRARY_PATH such that:
$LD_LIBRARY_PATH=...other_lib...:/TEST/xxx/instantclient_10_2:...other_lib...:
Then I put the sample programs from OCI SDK to another folder and modified the paths in file demo.mk as follows: