Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: error message
Doug,
I had a similar problem - the file that it is looking for was not installed.
I am not sure if the 1.0 is part of the file. It was the .so file for me.
libclntsh.so
libclntsh.so.1.0
In the end I downloaded a new install version and unzipped all the .jar files until I found the culpret and copied it into the right place. The file was not in my original install files (it was 8.1.6) I checked my install media and unzipped all .JAR's and did not find it. Downloading 8.1.5 and pulling out this file did work.
I did find this problem a second time while dealing with a 64Bit intstall and needed to make sure that both the lib abd lib64 directories were listed in my LD_LIBRARY_PATH variable.
good luck
adam
-----Original Message-----
From: dgoulet_at_vicr.com [mailto:dgoulet_at_vicr.com]
Sent: Wednesday, January 31, 2001 9:24 AM
To: Multiple recipients of list ORACLE-L
Subject: Re:error message
Try setting one of the two following environment parameters:
SHLIB_PATH
LD_LIBRARY_PATH
In either case they should point to $ORACLE_HOME/lib:/usr/lib
Dick Goulet
____________________Reply Separator____________________ Author: Roy Ferguson <rferguso_at_level1.com> Date: 1/30/2001 3:20 PM
would anyone have an idea as to what would cause and how to fix the
following
error message?:
ld.so.1: sqlplus: fatal: libclntsh.so.1.0: open failed: no such file or directory
I can execute a sqlplus command from the command line but when the sqlplus
command is executed from Oracle Applications (no one specific sqlplus
command)
it errors with the above error.
we're running Oracle 8.0.5.2.1 on Sun Solaris 7
no ORA- errors are generated and there is no mention of a problem in the
alert
log...also, no patches or upgrades have been done on this server for at
least 6
months...
any assistance is greatly appreciated...
thanks in advance....Roy
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Roy Ferguson
INET: rferguso_at_level1.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may Received on Wed Jan 31 2001 - 10:15:46 CST
![]() |
![]() |