Installing RRDTOOL 1.2

From NetMRG Wiki

Jump to: navigation, search

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.

  1. Download the latest RRDTOOL 1.2 tarball from http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
  2. Untar, and try configuring to see what dependencies it complains about
    1. If Libart-2.0 seems to be missing, verify libart_lgpl and libart_lgpl-devel packages are installed (for Centos/RHEL/Fedora)
    2. If Libpng seems to be missing, verify libpng and libpng-devel packages are installed (for Centos/RHEL/Fedora)
  3. 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>
Personal tools