libclntsh.so.10.1 not found
488047Nov 10 2006 — edited Nov 10 2006Hi All,
I installed Oracle 10g R2 (64 bit) on Linux Itanium platform on partition 1. It went okay and I was able to create tablespace and objects with no problem.
I installed Oracle Instant Client 64-bit on partition 2 along with the sqlplus 64-bit and I was able to connect to database server in partition 1 using the sqlplus in partition 2. In fact I used the sqlplus in partition 2 for creating tablespaces and schema objects.
I install the Oracle Instant Client under the /opt/ora directory and linked (symbolic) the libclntsh.so.10.1 into /lib/libclntsh.so.10.1
The problem now is am getting error message when I ran an application. The error message am getting is:
<progname>: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
Also when I do 'which libclntsh.so.10.1' it shows '/opt/ora/libclntsh.so.10.1' even when I defined LD_LIBRARY_PATH and PATH environment variables starting with '/lib' directory.
Anyone having the same problem on Oracle Instantclient on 64-bit?
Thanks in advance for those who will reply.
Jiggs