[bwm-tools-tech] compilation error
Brought to you by:
nkukard
From: Nabin L. <nl...@he...> - 2006-10-10 06:33:00
|
Hi, I am trying to install bwm-tools in Fedora Core 5. I have sucessfully installed rrdtool-1.2.15 with options "--with-rrdtool2 --disable-rrdcgi". I have linked rrdtool library file in /etc/ld.so.conf also. But, while compiling bwmd with command "make", I get below errors: if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_DIR=\"/usr/local/var/bwm_tools\" -DRRDTOOL_VER=0 -g -O2 -MT bwm_graph-graph.o -MD -MP -MF ".deps/bwm_graph-graph.Tpo" -c -o bwm_graph-graph.o `test -f 'graph.c' || echo './'`graph.c; \ then mv -f ".deps/bwm_graph-graph.Tpo" ".deps/bwm_graph-graph.Po"; else rm -f ".deps/bwm_graph-graph.Tpo"; exit 1; fi graph.c:37:17: error: rrd.h: No such file or directory make[2]: *** [bwm_graph-graph.o] Error 1 make[2]: Leaving directory `/usr/local/bwm_tools-0.2.3/bwm_graph' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/bwm_tools-0.2.3' make: *** [all] Error 2 Hoping for kind support. Regards Nabin Limbu |