Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: LD_LIBRARY_PATH

RE: LD_LIBRARY_PATH

From: Thapliyal, Deepak <DThapliyal_at_ea.com>
Date: Fri, 23 Jun 2000 12:46:38 -0700
Message-Id: <10537.110327@fatcity.com>


dude,
i ran into the same freakin prob yesterday... see this was working fine but suddenly i started getting these lib errors. i never had this damn /usr/ucblib before this .. but here what i did

find / -name "offending libname" -print

and it freakin told me that it was now in ucblib.. so adding it to the ld-libpath solved this ..

i think my SA probably had a drink too many and some how crapped it for us to figure out!!

deepAk

-----Original Message-----
From: Singla, Sanjeev [mailto:SSingla_at_oxhp.com] Sent: Friday, June 23, 2000 11:16 AM
To: Multiple recipients of list ORACLE-L Subject: RE: LD_LIBRARY_PATH

There is something wrong in the OS setup. The only thing u may need to add to ur
LD_LIBRARY_PATH besides $ORACLE_HOME/lib is if u install some third party client on
the same machine and that also has some library which u want to use over and above Oracle's
library. Because some companies are modifying some files of Oracle Library and distributes
with the software.In that case u have to put that path before Oracle Library.

Check if u have unix environment properly set. Look for additional occurences of
this file.

-----Original Message-----
Sent: Friday, June 23, 2000 10:29 AM
To: Multiple recipients of list ORACLE-L

I have installed oracle 8i client on a Sun Sparc solaris box (Sun 0S 5.7) and I have the following problem when I ran sqlldr or sqlplus :

libucb.so.1 not found.

I included /usr/ucblib in my LD_LIBRARY_PATH, it worked ok thereafter,

My question is, is this standard to add this library to the LD_LIBRARY_PATH manually or is there something wrong on the OS setup side

Thanks
Umesh

-- 
Author: Gopal, Umesh
  INET: ugopal_at_proxicom.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). -- Author: Singla, Sanjeev INET: SSingla_at_oxhp.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
Received on Fri Jun 23 2000 - 14:46:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US