[SOLVED] rrdtool v 1.4

Issues related to applications and software problems
Post Reply
mfuhrmann
Posts: 9
Joined: 2012/10/25 07:13:15

[SOLVED] rrdtool v 1.4

Post by mfuhrmann » 2012/11/28 14:58:12

Hello!

is there any chance to get the latest rrdtool installed with yum? Are there any repositories for it?

Thanks for help.

--
Marcel

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

[SOLVED] rrdtool v 1.4

Post by TrevorH » 2012/11/28 15:13:41

The CentOS base repo contains rrdtool 1.3.8 so it's unlikely that you'll find too many reputable repos supplying it too as it would overwrite a CentOS supplied package.

mfuhrmann
Posts: 9
Joined: 2012/10/25 07:13:15

Re: [SOLVED] rrdtool v 1.4

Post by mfuhrmann » 2012/11/28 15:59:22

solved the problem with:

[code]wget http://pkgs.repoforge.org/rrdtool/perl-rrdtool-1.4.7-1.el6.rfx.x86_64.rpm
wget http://pkgs.repoforge.org/rrdtool/rrdtool-1.4.7-1.el6.rfx.x86_64.rpm
yum install libdbi -y
rpm –ivh perl-rrdtool-1.4.7-1.el6.rfx.x86_64.rpm rrdtool-1.4.7-1.el6.rfx.x86_64.rpm[/code]

Post Reply