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
|
|
|
|
|
|
|
|
|
|
|