LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Prolblem with rpmlib(FileDigests) and rpmlib(PayloadIsXz) (https://www.linuxquestions.org/questions/red-hat-31/prolblem-with-rpmlib-filedigests-and-rpmlib-payloadisxz-905548/)

jartal 09-29-2011 01:34 AM

Prolblem with rpmlib(FileDigests) and rpmlib(PayloadIsXz)
 
Hello!!

Im new at this forum and i´m working with linux and I have a problem trying to install a package in RHEL5.

Code:

[root@thor Pandora_4.0]# rpm -i pandorafms_*.rpm
error: Error de dependencias:
        /usr/bin/sed se necesita para pandorafms_agent_unix-4.0-1.noarch
        /usr/bin/grep se necesita para pandorafms_agent_unix-4.0-1.noarch
        rpmlib(FileDigests) <= 4.6.0-1 se necesita para pandorafms_agent_unix-4.0-1.noarch
        rpmlib(PayloadIsXz) <= 5.2-1 se necesita para pandorafms_agent_unix-4.0-1.noarch
        rpmlib(FileDigests) <= 4.6.0-1 se necesita para pandorafms_console-4.0-1.noarch
        rpmlib(PayloadIsXz) <= 5.2-1 se necesita para pandorafms_console-4.0-1.noarch
        perl-SNMP se necesita para pandorafms_server-4.0-1.noarch
        rpmlib(FileDigests) <= 4.6.0-1 se necesita para pandorafms_server-4.0-1.noarch
        rpmlib(PayloadIsXz) <= 5.2-1 se necesita para pandorafms_server-4.0-1.noarch
[root@thor Pandora_4.0]#
[root@thor Pandora_4.0]#
[root@thor Pandora_4.0]# rpm -qa | grep rpm
rpm-build-4.4.2.3-22.el5
rpm-devel-4.4.2.3-22.el5
rpm-libs-4.4.2.3-22.el5
rpm-libs-4.4.2.3-22.el5
rpm-4.4.2.3-22.el5
rpm-python-4.4.2.3-22.el5
redhat-rpm-config-8.0.45-32.el5
rpm-devel-4.4.2.3-22.el5
[root@thor Pandora_4.0]#

As you can see when I try to install all three packages of pandoraFMS I get the dependencies error from above.

What it means?? How can I solve it? Becuase is not a normal dependency error right??

I saw other post where they talk something similar and they said that you have to install 'rpm-devel' but as you can see its install.

Any help will be appreciated

Regards.

John VV 09-29-2011 02:43 AM

first is this a custom built rpm you got from someone ?
normally on rhel you DO NOT install programs using "rpm"
you can as a last resort , or installing custom built rpms by hand

"yum" is the preferred method

the dependencies are from not using yum to grab them from the RHN repo
the software repo you ARE PAYING for for updates .


a wild guess is this where you got it from ?
http://sourceforge.net/projects/pand...l/RHEL_CentOS/

and i take it you have read the FAQ on installing
http://www.openideas.info/wiki/index...n_I_install.3F
and have read the program documentation
http://pandorafms.org/index.php?lang...=documentation


for red hat ( and you WILL need a paid for license for this!!! )
Code:

su -
cd /to/where/you/put/that/rpm
yum localinstall pandorafms_*.rpm

and that should grab the required rpms from the RHN software repo.

jartal 09-29-2011 08:48 AM

Yes it is. Is to Install Pandora FMS software.

I´m not very good with linux so I ask if you can try to get the repositories I need to resolve the issue and a little bit of explanation of how to install it and resolve the problem will be appreciated.

Do I have to pay for something??

Regards

John VV 09-29-2011 03:45 PM

Quote:

Do I have to pay for something??
with Red Hat -- YES . it is not free .
if you are going to use it you MUST pay for it .

there are two FREE rebuilds of RHEL5
1) centOS 6.0 ( or 6.1) is current
CentOS 5.7 is the current in the 5 series
CentOS4.9 is the current in the very OLD 4 series

2) ScientificLinux 6.1 is current
SL 5.7 is the current in the 5 series
SL 4.9 is the current in the very OLD 4 series

Quote:

Do I have to pay for something??
on RHEL 5 there is a desktop icon to register it
click it
or
for the server
https://www.redhat.com/apps/store/server/
for the desktop
https://www.redhat.com/apps/store/desktop/

jartal 09-30-2011 02:13 AM

Is there another way to solve the problem I have??

Do you know any repository I can Install that could solve the problems??

Thanks.

John VV 09-30-2011 02:35 AM

pay the $ 1299 US / year
or have whom ever it is that owns the servers pay

or do not use red hat

that is the ONLY solution


All times are GMT -5. The time now is 08:46 AM.