RRDTool: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added page |
AcidPoison (talk | contribs) |
||
| Line 55: | Line 55: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" ./configure --prefix=/usr--enable-tcl-site && | CC="gcc ${BUILD32}" ./configure --prefix=/usr --enable-tcl-site && | ||
make | make | ||
Revision as of 19:44, 17 July 2008
| 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
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 |