Welcome to Pandora FMS Community › Forums › Community support › Missing dependency for the RH Agent 3.0 RPM package
-
Missing dependency for the RH Agent 3.0 RPM package
Posted by summa_sp on January 4, 2010 at 01:34I am trying to install the new RH rpm Agent package for 3.0:
Here are the rpm and yum install errors I receive. It appears to have an obscure package dependency that yum cannot resolve.
RPM error:
rpm -i pandorafms_agent-3.0.0-4.noarch.rpm
error: Failed dependencies:
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by pandorafms_agent-3.0.0-4.noarch YUM error: ERROR with rpm_check_debug vs depsolve: rpmlib(PayloadIsLzma) is needed by pandorafms_agent-3.0.0-4.noarch Complete! (1, )Sancho replied 15 years, 1 month ago 3 Members · 5 Replies -
5 Replies
-
-
-
::
Also having this problem with the Pandora-Server RPM for version 3.0 final.
[root@pandora ~]# rpm -i pandorafms_server-3.0.0-4.noarch.rpm
error: Failed dependencies:
perl-time-format is needed by pandorafms_server-3.0.0-4.noarch
wmic is needed by pandorafms_server-3.0.0-4.noarch
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by pandorafms_server-3.0.0-4.noarch'yum update rpm' has not helped.
Any suggestions?
Could you repackage the RPM without using lzma compression?thanks,
TrX -
::
[root@pandora ~]# rpm -i –nodeps pandorafms_server-3.0.0-4.noarch.rpm
useradd: user pandora exists
error: unpacking of archive failed: cpio: Bad magicDefinatley seems to be an issue with the way the RPM is packaged.
Also, another unresolved dep isperl-time-format is needed by pandorafms_server-3.0.0-4.noarch
however this is no longer available in yum or rpmforge, all RPM’s available for this are old.
I have Time::Format from CPAN however this doesnt help as it needs the RPM dep:
Fetching with LWP:
ftp://ftp.perl.org/pub/CPAN/modules/03modlist.data.gz
Going to read /root/.cpan/sources/modules/03modlist.data.gz
Going to write /root/.cpan/Metadata
Time::Format is up to date.
[root@pandora ~]# rpm -i pandorafms_server-3.0.0-4.noarch.rpm
error: Failed dependencies:
perl-time-format is needed by pandorafms_server-3.0.0-4.noarchGoing to try a source install of PandoraFMS 3 final.
-