|
Error while installing Amanda client
I'm a newbie who's trying to install Amanda for the first time. The Server component installed fine without any problems. However, when I try to instal the client on a box which is running Red Hat Enterprise Linux WS release 4 (Nahant Update 3) , using the RPM:
amanda-backup_client-2.5.2-1.rhel4.i386.rpm, I'm running into a roadblock.
When i run:
rpm -Uvh amanda-backup_client-2.5.2-1.rhel4.i386.rpm
I get:
================================================== ==
warning: amanda-backup_client-2.5.2-1.rhel4.i386.rpm: V3 DSA signature: NOKEY, key ID 3c5d1c92
error: Failed dependencies:
libncurses.so.5 is needed by amanda-backup_client-2.5.2-1.rhel4.i386
libtermcap.so.2 is needed by amanda-backup_client-2.5.2-1.rhel4.i386
================================================== ==
However, when i query the system to see if the related RPMS for libtermcap is missing by running:
rpm -q libtermcap
i see that libtermcap-2.0.8-39 is already installed in the system
Same goes for the ncurses-5.4-13 RPM
So, I'm not sure how to resolve the 2 dependencies. Any help would be greatly appreciated.
|