[bwm-tools-tech] Re: [Fwd: bwm_tools-0.1.2]
Brought to you by:
nkukard
From: J.P v. O. <je...@pb...> - 2003-10-27 15:12:25
|
I looks not to be working I have the default of rrd which is /usr/local/rrdtool-x.xx I tried : export EXTRA_LIBS="-L /usr/local/rrdtool-1.0.42/lib" cannot find -lrrd export EXTRA_LIBS="-I /usr/local/rrdtool-1.0.42/include" This fixed the rrd.h not found.... but then the lib issues still resides. I will see if new versions will come with the autodetect or ldconfig settings. Chrs and thanks for the quick response.. J.P.. At 12:43 27-10-2003 +0200, Nigel Kukard wrote: >HI JP, > >Hrmm... try this.... (the rrdtool .so must be instaleld in /usr/local/lib >though) > ># ./configure ># EXTRA_LIBS="-L /usr/local/lib" make > > >I'm still battling to make it auto-detect where rrdtool is installed >seeing as rrdtool doesn't seem to ship any aclocal stuff I can use. > > >Regards >Nigel Kukard > >> >>Hello, >> >>I am trying bwm_tools-0.1.2 tools but it has problems with RRD . >>I tried a few option but as RRD is in the default folder I would expected >>it to be found but I miss something I guess. >> >>RRD location : >> >>./configure --with-rrd=/usr/local/rrdtool-1.0.42 >> >>Is there something else I can do ? >> >>Rgds J.P. >> >> |