$Id:$ Readme for mod_rrdtool. This contribution all started because a group of us wanted to use RRDtool from Apache C/C++ modules in a shared manner. Microsoft Visual C++ 6.0 SP5 was used for the Win32 binaries. GNU C++ 2.96 was used for the Linux shared object binarires. Goto Tobi Oetiker's publication site at http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ and download and uncompress the appropriate version and platform of RRDTool source. (At the time of this writing, I used 'rrdtool.tar.gz'.) Create a 'mod_rrdtool' directory in the contrib directory. Uncompress the mod_rrdtool.tar.gz into this directory. (Or copy/move your already uncompressed files into this directory.) For a Linux build, two additional files need to be changed, relative to the 'mod_rrdtool' directory: 1) ..\Makefile.am (in the contrib directory) add mod_rrdtool to the SUBDIRS macro. (e.g. SUBDIRS = trytime mod_rrdtool) 2) ..\..\configure.in (in the base rrdtool-version directory) below "contrib/trytime/Makefile \" add "contrib/mod_rrdtool/Makefile \" With the above changes, run "automake" then "sh configure" (add any of your option, if needed) and then "make" from the base rrdtool-version directory. This should build all of rrdtool and the companion mod_rrdtool contribution. For a Win32 build, open the 'mod_rrdtool.dsp' project into Microsoft's IDE and build. For now this contribution is maintained from the CVS of sourceforge.net. Visit http://sourceforge.net/projects/mod-rrdtool for product and developer support. As always, if you appretiate this work, show it by ordering a CD for Tobi from his wish list at 'http://ee-staff.ethz.ch/~oetiker/wish'.