RRDTool

From CBLFS
Revision as of 22:16, 17 July 2008 by AcidPoison (talk | contribs) (32Bit)
Jump to navigationJump to search
Download Source: http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.2.28.tar.gz

Introduction to RRDTool

RRDtool is a high performance data logging and graphing system for time series data.

Project Homepage: http://oss.oetiker.ch/rrdtool/index.en.html

Dependencies

Required

Optional

Configuration Information

--disable-perl: do not build the perl modules.
--disable-ruby: do not build the ruby modules.
--disable-tcl: do not build the tcl modules.
--enable-tcl-site: install the tcl extension in the tcl tree.
--disable-python: do not build the python modules.
--with-tcllib=DIR: location of the tclConfig.sh.

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-tcl-site &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr --enable-tcl-site &&
make
Caution.png

Note

If ./configure detects ${prefix}/lib64/python2.5/site-packages for 'checking for python script directory...' and ${exec_prefix}/lib64/python2.5/site-packages to 'checking for python extension module directory...' use this:
 USE_ARCH=32 LIBDIR=/usr/lib PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
   LD_RUN_PATH="/lib:/usr/lib" CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
   ./configure --prefix=/usr --enable-tcl-site --target=${CLFS_TARGET32}

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 --enable-tcl-site --with-tcllib=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 --enable-tcl-site --with-tcllib=/usr/lib64 &&
make

Install the package:

make install

Configuring

Contents

Installed Directories: /usr/lib64/rrdtool
Installed Programs: rrdcgi, rrdtool, rrdupdate
Installed Libraries: librrd.{a,so}, librrd_th.{a,so}, tclrrd.so

Short Descriptions

rrdcgi
rrdtool
rrdupdate