Results 1 to 2 of 2
While initializing my application the following errors is returned:
/home/iris/IRIS/EXE>mon.exe: error while loading shared libraries: libocci.so.10.1: cannot open shared object file: No such file or directory
bash profile for the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-14-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 5
Error while loading shared libraries
While initializing my application the following errors is returned:
/home/iris/IRIS/EXE>mon.exe: error while loading shared libraries: libocci.so.10.1: cannot open shared object file: No such file or directory
bash profile for the user is as follows:
export ORACLE_BASE=/home/oracle/app
export ORACLE_HOME=/home/oracle/app/product/10.2.0/db_1
echo $ORACLE_HOME
echo $ORACLE_BASE
export PATH=$PATH:$ORACLE_HOME/bin:.
echo $PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
echo $LD_LIBRARY_PATH
- 10-14-2010 #2
Please do a
and post the output here.Code:ldd mon.exe
And as a follow up, maybe do a ls on the LD_LIBRARY_PATH
and also the directory that mon.exe *thinks* , where libocci.so.10.1 should be.You must always face the curtain with a bow.


Reply With Quote
