On Thu, 14 Aug 2003 14:13:10 -0400
"Reuben D. Budiardja" <[EMAIL PROTECTED]> wrote:

> On Thursday 14 August 2003 01:42 pm, Sean Estabrooks wrote:
> > > /sbin/ldconfig: /home2/oracle/product/9.2.0/lib/libagtsh.so is not a
> > > symbolic link
> >
> > Reuben,
> >
> >     ldconfig uses the .so ending (with no trailing version numbers) to link
> > to one of multiple libraries.    This error is saying that the directory
> > contains multiple versions of this library.  However, ldconfig can not
> > create a symbolic link with the appropriate name to one of them because
> > a regular file exists with the name that it would use.
> >
> >     You need either to trim the directory down so it only contains one
> > version of each library or make sure all of the versions have a trailing
> > version number after the .so (eg.  .so.0.1 ).
> 
> Thanks. The directory does contain several version of the lib. Is it allright 
> if i just ignore the message? Does that mean that all the libs already 
> "loaded"? I am not comfortable with renaming or playing around with directory 
> since it's from Oracle install.
> 
> RDB
> 

Frankly i'm not sure.   My best guess is that only the library with the .so
ending will be accessible.   That said, if all your applications load and
run properly you can live with the problem.   You are probably better off 
dealing with it though even if it means a support call to Oracle.

Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to