silent software only install fails on Oracle Enterprise Linux R5U4
722205Sep 16 2010 — edited Sep 17 2010Hello Forum,
I am trying to do a software only silent install of Oracle 11gR2 on
Oracle Enterprise Linux R5U4
After the installer finished, I set my environment variables and tried this:
[oracle@sb2oel ~]$ sqlplus /nolog
sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory
[oracle@sb2oel ~]$
As you can see, I have a problem with libclntsh.so.11
I went looking for it:
[oracle@sb2oel ~]$ envg ld
LD_LIBRARY_PATH=/oracle/app/oracle/product/11.2.0/dbhome_1/lib
[oracle@sb2oel ~]$ ls -la $LD_LIBRARY_PATH/libc*
-rw-r--r-- 1 oracle oinstall 552348 Aug 14 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libcell11.a
-rw-r--r-- 1 oracle oinstall 460569 Aug 14 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libcell11.so
-rw-r--r-- 1 oracle oinstall 9062080 Aug 14 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclient11.a
-rw-r--r-- 1 oracle oinstall 0 Sep 16 16:01 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so
-rw-r--r-- 1 oracle oinstall 0 Aug 15 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclntst11.a
-rw-r--r-- 1 oracle oinstall 1840068 Jul 31 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclsr11.a
-rw-r--r-- 1 oracle oinstall 190634 Jul 31 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclsra11.so
-rw-r--r-- 1 oracle oinstall 4932736 Aug 14 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libcommon11.a
-rw-r--r-- 1 oracle oinstall 4338562 Aug 2 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libcore11.a
-rw-r--r-- 1 oracle oinstall 1794314 Aug 2 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libcorejava.so
-rw-r--r-- 1 oracle oinstall 4534442 Aug 2 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libctx11.a
-rw-r--r-- 1 oracle oinstall 914336 Aug 2 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libctxc11.a
-rw-r--r-- 1 oracle oinstall 166242 Aug 2 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libctxs11.a
-rw-r--r-- 1 oracle oinstall 6108 Jul 25 2009 /oracle/app/oracle/product/11.2.0/dbhome_1/lib/libcxaguard.so.5
[oracle@sb2oel ~]$
[oracle@sb2oel ~]$
I tried to relink it:
[oracle@sb2oel ~]$ relink client_sharedlib
client_sharedlib not a valid parameter
optional parameters: all
[oracle@sb2oel ~]$ relink all
writing relink log to: /oracle/app/oracle/product/11.2.0/dbhome_1/install/relink.log
[oracle@sb2oel ~]$
That did not fix it.
Anyone bump into this?
Any tips?
Should I just toss OEL in the trash and use something else like Centos?