libclntsh.so.10.1 error loading shared libraries [message #189123] |
Wed, 23 August 2006 05:03 |
AnnaC
Messages: 4 Registered: August 2006 Location: UK
|
Junior Member |
|
|
This is driving me nuts!
We have a brand new box which has had Oracle 10g loaded alongside Linux. An Oracle user has been set up and it's fine. They (the linux guys) have just set up a new user for one of our systems as I dont want people logging in as Oracle left, right and centre. The user is DEV1.
When I try to do the command
exp help=YES (as DEV1) I get the following;
exp: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
DEV1's profile I have set as
ORACLE_HOME=/vol1/oracle/product/10.2
LD_LIBRARY_PATH=$ORACLE_HOME/lib
(which seems fine)
I have had a look around the net and my main problem is I don't know exactly whats been run and loaded (due to the usual office crap that goes on here where people do what they like and dont tell anyone else)
Is there anything obvious I should be doing or is it something really silly which has been missed? (as you can tell I've been landed in it at the last moment)
Help!! Anyone, please!!
[Updated on: Wed, 23 August 2006 05:04] Report message to a moderator
|
|
|
|
Re: libclntsh.so.10.1 error loading shared libraries [message #189176 is a reply to message #189174] |
Wed, 23 August 2006 08:58 |
AnnaC
Messages: 4 Registered: August 2006 Location: UK
|
Junior Member |
|
|
env | grep ORA
ORACLE_SID=comm
ORACLE_LIBRARY=/vol1/oracle/product/10_2/lib
ORACLE_BASE=/vol1/oracle
ORACLE_HOME=/vol1/oracle/product/10_2
-----------------------------------------------------
env | grep PATH
MANPATH=/usr/local/man:/usr/share/man:/usr/X11R6/man:/opt/gnome/share/man
GNOME2_PATH=/usr/local:/opt/gnome:/usr
LD_LIBRARY_PATH=/vol1/oracle/product/10_2/lib
XNLSPATH=/usr/X11R6/lib/X11/nls
PATH=/home/speople/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:
/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/
bi:/vol1 /oracle/product/10_2:/vol1/oracle/product/10_2/bin:/
vol1/oracle/product/10_2/lib:/vol1/oracle/product/10_2/lib32
GTK_PATH=/usr/local/lib64/gtk-2.0:/opt/gnome/lib64/gtk-2.0:/usr/lib64/gtk-2.0
PKG_CONFIG_PATH=/opt/gnome/lib64/pkgconfig
ACLOCAL_PATH=/opt/gnome/share/aclocal
INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/opt/gnome/share/info
----------------------------------------------------
last one - i get permission denied (hmmmmmmm, that doesnt sound right)
p.s. now checking with linux guys how user has been set up
p.p.s. sorry, my post made the forum go all funny
[Updated on: Wed, 23 August 2006 09:26] Report message to a moderator
|
|
|
|
|
|
Re: libclntsh.so.10.1 error loading shared libraries [message #473685 is a reply to message #394648] |
Tue, 31 August 2010 03:23 |
mzantsi
Messages: 4 Registered: August 2010 Location: South Africa
|
Junior Member |
|
|
Hi
I am having the same error and trying to figure out how to fix it. I have also logged a SR with oracle waiting for someone to come back to me
I am running a ./postrootpatch.sh -crshome $ORACLE_HOME
and its failing here
Checking to see if Oracle CRS stack is already up...
Checking to see if Oracle CRS stack is already starting
/opt/oracle/app/oracle/product/10.2.0/crs/bin/crsctl.bin: error while loading shared libraries: libclntsh.so.10.1: cannot o pen shared object file: No such file or directory
my output is as follow:
[root@qzsbuatdbn1 scripts]# env | grep ORA
ORACLE_HOME=/opt/oracle/app/oracle/product/10.2.0/crs
[root@qzsbuatdbn1 scripts]# env | grep PATH
PATH=/opt/oracle/app/oracle/product/10.2.0/crs/OPatch:/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr /local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/lib:/usr/lib64:/opt/oracle/app/oracle/product/10.2.0/crs/lib:/opt/oracle/app/orac le/product/10.2.0/crs/lib32
[root@qzsbuatdbn1 scripts]# ls -l $ORACLE_HOME/lib/libclntsh*
lrwxrwxrwx 1 root root 17 Aug 26 14:54 /opt/oracle/app/oracle/product/10.2.0/crs/lib/libclntsh.so -> libclntsh.so.10.1
-rwxr-xr-x 1 oracle root 21188381 Aug 26 14:53 /opt/oracle/app/oracle/product/10.2.0/crs/lib/libclntsh.so.10.1
|
|
|
|
|
|
|