I have installed a 32 bit Oracle 11g Release 2 (11.2.0.3) client on my Solaris 64 bit machine. But I am getting:
Generic Status: Library Open failed, Library Name: libclntsh.so, Platform Status: ld.so.1: fatal: libclntsh.so: Open failed: No such file or directory
Database: Oracle 11g Release 2 11.2.0.3 64 bit
Database Client: Oracle 11g Release 2 11.2.0.3 32 bit
Application SW: Documentum Content Server 32 bit
OS: Solaris Sparc 64 bit
The client and application are on same box and the database is on a different box.
ldd myapplication- you probably haven't set theSHLIB_PATHto$ORACLE_HOME/libfor your application user. Either that or the Oracle install isn't world read/executable. – Phil Feb 1 at 23:22