sqlplus: error while loading shared libraries: libclntsh.so.11.1
Hi all,
linux 8.7, database client 11g is installed
but when sqlplus gives me error, meaning library is not found
$ env | grep ORA
ORACLE_SID=o11204
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/11204C <<-----
ORACLE_TERM=vt100
ORAENV_ASK=NO
$ env |grep LIB
LD_LIBRARY_PATH=/usr/lib:/u01/app/oracle/product/11204C/lib <<-----
PERL5LIB=/u01/app/oracle/product/11204C/rdbms/admin:/u01/app/oracle/product/11204C/perl/bin
$ sqlplus
sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory
Please advise what is missing.
Appreciate your help !