Re: [bwm-tools-tech] I cannot compile BWM.
Brought to you by:
nkukard
From: Kobe L. <Ko...@pu...> - 2005-02-10 14:25:29
|
Have you tried the explicit --with-rrdtool=PFX Prefix where rrdtool is installed (optional) --with-rrdtool-libraries=DIR Directory where the rrdtool library is installed (optional) --with-rrdtool-includes=DIR Directory where the rrdtool header files are installed (optional) config options? This has to do with the rrd.h file wich the configure script can't find, make sure it is in you path. Greetz Kobe Hossein Noshin wrote: >Hi Nigel and others! > >Can you help me? I am totally lost. > > >I am trying to install BWM tool on Fedora Core 3 OS but I am getting one error. >I have see many posts on mailing list but can not find right solution. > >I am getting error: > >checking for rrd_create in -lrrd... no > >* - ERROR - >* You need the development libraries and headers >* for rrdtool. Normally you can download a >* package called rrdtool-devel for your >* distribution, install it and everything should >* be fine >* >* Alternatively, follow these instructions... >* 1. Download, uncompress and extract rrdtool to the top BWM Tools directory >* 2. Symlink it, like this -> ln -s rrdtool-x.x.x rrdtool >* 3. Re-run ./configure with -> --with-rrdtool-source > >I have followed the instructions, no help. I have also followed your >instructions: >1.I enable shared libraries by command sh configure --enable-shared >2.I wrote /usr/local/lib into /etc/ld.so.conf >Neither options worked! > >I am out of hope, I really don't know what to do. Can you help me? > >Thanks! > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >bwm-tools-tech mailing list >bwm...@li... >https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > > > > |