Because you are not managing packages using rpm, it cannot find the
prerequsites. Therefore you have to check whether the necessary modules
are installed yourself, and ask rpm to avoid checking for them:
rpm -i --nodeps TIVsm-API.i386.rpm
Zlatko Krastev
IT Consultant
Ewald Jenisch <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
07.11.2003 15:12
Please respond to "ADSM: Dist Stor Manager"
To: [EMAIL PROTECTED]
cc:
Subject: TSM-client under FreeBSD?
Hi,
I'd like to use the 5.x-TSM-client for Linux in order to back up a
FreeBSD-system. FreeBSD comes with Linux-compatiblity so the binaries
should be compatible/runable.
When trying to install the required .rpms ("TIVsm-API.i386.rpm,
TIVsm-BA.i386.rpm) I end up with:
bash-2.05b# rpm -i TIVsm-API.i386.rpm
error: failed dependencies:
/bin/sh is needed by TIVsm-API-5.2.0-0
ld-linux.so.2 is needed by TIVsm-API-5.2.0-0
libcrypt.so.1 is needed by TIVsm-API-5.2.0-0
libcrypt.so.1(GLIBC_2.0) is needed by TIVsm-API-5.2.0-0
libc.so.6 is needed by TIVsm-API-5.2.0-0
libc.so.6(GLIBC_2.0) is needed by TIVsm-API-5.2.0-0
libc.so.6(GLIBC_2.1) is needed by TIVsm-API-5.2.0-0
libc.so.6(GLIBC_2.2) is needed by TIVsm-API-5.2.0-0
libdl.so.2 is needed by TIVsm-API-5.2.0-0
libdl.so.2(GLIBC_2.0) is needed by TIVsm-API-5.2.0-0
libdl.so.2(GLIBC_2.1) is needed by TIVsm-API-5.2.0-0
libm.so.6 is needed by TIVsm-API-5.2.0-0
libm.so.6(GLIBC_2.0) is needed by TIVsm-API-5.2.0-0
libpthread.so.0 is needed by TIVsm-API-5.2.0-0
libpthread.so.0(GLIBC_2.0) is needed by TIVsm-API-5.2.0-0
libpthread.so.0(GLIBC_2.1) is needed by TIVsm-API-5.2.0-0
libpthread.so.0(GLIBC_2.2) is needed by TIVsm-API-5.2.0-0
libstdc++-libc6.2-2.so.3 is needed by TIVsm-API-5.2.0-0
bash-2.05b#
So there are some libs missing on the target (FreeBSD) system.
Has anybody out there got the Linux-TSM client running under FreeBSD?
Thanks much in advance for any clue,
-ewald