Re: [bwm-tools-tech] (no subject)
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2004-03-26 08:53:19
|
On Fri, Mar 26, 2004 at 12:59:00PM +0800, Eric Anier wrote: > checking for rrd_create in -lrrd... no > checking for rrd_update in -lrrd... no > Error: Working librrd required >=20 > by the way i have installed rrdtool-1.0.45 successfully=20 > is there a way to tell bwm where to find librrd? >=20 Hi Eric, bwm-tools tests the currently installed librrd.so library if it contains the functions rrd_create & rrd_update. It seems that sometimes it requires the -lm to link in the math library. The second test, tests this. If both fail it comes to the conclusion either your librrd.so file isn't in your library path or it doesn't work. Please check that you do have librrd.so symlink in your library path and you can also check config.log to see exactly what the configure script is complaining about. Regards Nigel =20 |