Problem
I'm installing an RPM on RedHat Enterprise Linux 5 and it fails with the following error:
error: Failed dependencies:
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by vspd-1/43-rsmu.i586
Question
Which package contains rpmlib? I've tried:
yum install rpmlib //didn't exist
yum install rpm //already installed
yum install rpm-devel //not the right one
I've looked around for the answer to this question and all I've found is...
...people looking for the answer to this question!
Like on this forum and a dozen others. I've successfully installed this RPM (VSPDL) before so I know the answer exists and someone probably knows it. I just don't remember which package magically fixed the dependency.
All suggestions are appreciated,
thanks.