Page 1 of 1

[SOLVED] rrdtool v 1.4

Posted: 2012/11/28 14:58:12
by mfuhrmann
Hello!

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

Thanks for help.

--
Marcel

[SOLVED] rrdtool v 1.4

Posted: 2012/11/28 15:13:41
by TrevorH
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.

Re: [SOLVED] rrdtool v 1.4

Posted: 2012/11/28 15:59:22
by mfuhrmann
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]