After installation of Oracle 11.2g in silent mode on oracle linux kernel, I have the following error:
[u01/app/oracle/product/11/bin] $ sqlplus
sqlplus error while loading shared libraries: libsqlplus.so: cannot open shared
object file: No such file or directory
but the shared object seems to be right set:
[/u01/app/oracle/product/11/lib] $ ls -lrt /u01/app/oracle/product/11/lib | grep sqlplus
-rw-r--r--. 1 oracle oinstall 1475820 Aug 1 2009 libsqlplus.a
-rwxr-xr-x. 1 oracle oinstall 1218075 Aug 1 2009 libsqlplus.so
The user is oracle:
[oracle ~]$ id oracle
uid=501(oracle) gid=501(oinstall) groups=501(oinstall),502(dba)
The environment variables are:
[oracle ~]$ env
USER=oracle
LD_LIBRARY_PATH=/u01/app/oracle/product/11/lib
ORACLE_SID=orcl
ORACLE_BASE=/u01/app/oracle
PATH=/usr/lib/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin: /home/oracle/bin:/u01/app/oracle/product/11/bin
HOME=/home/oracle
ORACLE_HOME=/u01/app/oracle/product/11
kernel version:
2.6.32-300.3.1.el6uek.i686