Error while installing "instantclient-sqlplus-linux32-11.2.0.1.zip" linux
555611Jan 12 2010 — edited Jan 13 2010I have a linux box where i just need the oracle client/sqlplus to connect to database. So I downloaded "instantclient-sqlplus-linux32-11.2.0.1.zip" and unzipped it in a directory.It has the following files
-r--r--r-- 1 root deploy 342 Aug 13 21:15 glogin.sql
-r-xr-xr-x 1 root deploy 1501651 Aug 13 21:15 libsqlplusic.so
-r-xr-xr-x 1 root deploy 6909 Aug 13 21:15 sqlplus
-rw-rw-r-- 1 root deploy 441 Aug 13 21:15 SQLPLUS_README
-r-xr-xr-x 1 root deploy 1218075 Aug 13 21:15 libsqlplus.so
So when I try "sqlplus" I get /sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
I have set the ORACLE_HOME and LD_LIBRARY_PATH to the directory where I have these files. What am I missing? Is there anything else I need to install ?