- Yes, I know CentOS 5 does not come with a repository that holds valid redhat style rpm’s for rrdtool. So here is how we fix that. We are going to echo to a new file.
- Mm try to edit you dag.repo file and add 'includepkgs=perl-rrdtool' without quote to the last line of the file. And then re-run yum install again. May 14, 2009 at 1:38 AM Anonymous said.
- Download rrdtool-1.4.8-9.el7.x86_64.rpm for CentOS 7 from CentOS repository.
Edit: Actually I tried yum install perl-Unix-Syslog too but result is the same. May be I don't have the correct repository configured in my CentOS. May be I don't have the correct repository configured in.
I'm trying to install Zenoss core 4.2.3 which requires RRDtool 1.4.7.CentOS 6 comes with RRDtool 1.3.8
So, I've downloaded the RPM rrdtool-1.4.7-1.el6.rfx.x86_64.rpm and tried to install it, which gave me the following output:
So I've downloaded perl-rrdtool-1.4.7-1.el6.rfx.x86_64.rpm and tried to install it which gave me the following output:
It seems like I'm stuck in a loop where I can't install RRDtool since it requires something that requires the RRDtool.
Is there a way to install RRDtool 1.4.7 on CentOS 6?
Thanks
3 Answers
Downloaded https://pkgs.org/centos-6/repoforge-x86_64/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm.html and installed it.
Yum Update Perl
I was able to install RRD tools by using the command yum -y --enablerepo='rpmforge*' install rrdtool-1.4.7
As the first failed dependency was: libdbi.so.0()(64bit)
, installing or updating libdbi
would have been my first suggestion.