Installing RRDTOOL 1.2
From NetMRG Wiki
To take advantage of the new pretty graps that RRDTOOL 1.2 can generate, you need to install NetMRG 0.19 and also RRDTOOL 1.2.
- Download the latest RRDTOOL 1.2 tarball from http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
- Untar, and try configuring to see what dependencies it complains about
- If Libart-2.0 seems to be missing, verify libart_lgpl and libart_lgpl-devel packages are installed (for Centos/RHEL/Fedora)
- If Libpng seems to be missing, verify libpng and libpng-devel packages are installed (for Centos/RHEL/Fedora)
- run make, make install
Doug will also probably make RPMs at some point, so pester him ;)
To inform NetMRG that you are using RRDTOOL 1.2, add this to your netmrg.xml:
<rrdtool>
<version>1.2</version>
</rrdtool>

