Re: [bwm-tools-tech] compiling error.
Brought to you by:
nkukard
From: Ravi P. <ra...@sw...> - 2006-08-23 07:08:28
|
Hi Mark, If you are still working on a Centos box, here are some easy steps to install BWM: config yum properly. Then install rrdtool and rrdtool-devel by giving the commands: yum install rrdtool and yum install rrdtool-devel then download the bwm_tools latest tarball, uncompress and enter the directory. give a command as under: ./configure --with-rrdtool2 followed by make and then make install This will compile and install all the executables in /usr/bin. Regards Ravi |