sqlplus: error while loading shared libraries
After re-installing Oracle client 11.2 for a number of reasons I suddenly find that normal users can no longer run sqlplus:
[tomlinj4@cbl00894app01 ~]$ sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
However this is not the usual LD_LIBRARY_PATH problem becuase LD_LIBRARY_PATH is correct and also ldd appears to show all is OK:
[tomlinj4@cbl00894app01 bin]$ ldd sqlplus
linux-vdso.so.1 => (0x00007fffd2d81000)
libsqlplus.so => /oracleclient/product/11.2.0.1/lib/libsqlplus.so (0x00002ae6fc3c5000)
libclntsh.so.11.1 => /oracleclient/product/11.2.0.1/lib/libclntsh.so.11.1 (0x00002ae6fc5ac000)
[tomlinj4@cbl00894app01 ~]$ sqlplus
sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
However this is not the usual LD_LIBRARY_PATH problem becuase LD_LIBRARY_PATH is correct and also ldd appears to show all is OK:
[tomlinj4@cbl00894app01 bin]$ ldd sqlplus
linux-vdso.so.1 => (0x00007fffd2d81000)
libsqlplus.so => /oracleclient/product/11.2.0.1/lib/libsqlplus.so (0x00002ae6fc3c5000)
libclntsh.so.11.1 => /oracleclient/product/11.2.0.1/lib/libclntsh.so.11.1 (0x00002ae6fc5ac000)
0