> 
> /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 ).

Cheers,
Sean


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

Reply via email to