Prajay Sharma wrote:
>
>Dear Nigel.
>
>
>Will you pls help me ?????
>
>
no prob :-)
>I installed BWM tool on Red Hat 9 but I am getting one error pls help me I have seen so many posts on mailing list but can not find right solution.
>
>I am gettin error
>checking for rrd_create in -lrrd... no
> checking for rrd_update in -lrrd... no
> Error: Working librrd required
>
>Awaiting your favourable reply.
>
>Prajay
>
>
>
try download the rrdtool sources, untargz it, type ./configure
--help check how to enable shared libraries, i think its --enable-shared
type make
type make install
make sure /etc/ld.so.conf contains /usr/local/lib
type ldconfig
try reconfigure bwm-tools
it seems some distro's don't include shared libraries for rrdtool...
stupid if u ask me, bwm-tools uses rrdtool to generate funky looking
graphs for traffic utilization.
let me know if you have any problems
-Nigel
|