call and ask why it is using the
test disk
library file, when the link has been changed.
James Thompson
- Original Message -
From: "Donald Bricker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 8:04 AM
Subject: Re: Linking RMAN to ADSM
James,
On our system the library is libobk.so
Here is the output from the find / -name libobk.a -exec ls -l {} \; command
lrwxrwxrwx 1 root other 43 Feb 1 09:28 /usr/lib/libobk.so ->
/opt/tivoli/tsm/client/oracle/bin/libobk.so
-rwxr-xr-x 1 root other 135260 Apr 18 200
I always like the command
find / -name libobk.a -exec ls -l {} \;
and
find / -name libobk.a -exec what {} \;
The first searches for all occurences of libobk.a and lists them in long
format so
that you can see if your links are correct. You should rename Oracle's
libobk.a disk
library file.
The