Thread: [bwm-tools-tech] BWM tools installation
Brought to you by:
nkukard
From: John B. <jo...@mu...> - 2006-05-03 12:39:27
|
Hello I am trying to install BWM Tools on SUSE linux 10 The problem is it does not install all the BWM tools Utilities. It only install bwm_firewall. It does not install bwmd, bwm_monitor and bwm_graph The problem starts with MAKE command which produces the output below. Whatis the problem and how do I go about it? HELP Regards John Bii Moi University LRClinux:~/bwm_tools-200603080716 # make make all-recursive make[1]: Entering directory `/root/bwm_tools-200603080716' Making all in lib make[2]: Entering directory `/root/bwm_tools-200603080716/lib' make[3]: Entering directory `/root/bwm_tools-200603080716' make[3]: Leaving directory `/root/bwm_tools-200603080716' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/bwm_tools-200603080716/lib' Making all in bwm_firewall make[2]: Entering directory `/root/bwm_tools-200603080716/bwm_firewall' make[3]: Entering directory `/root/bwm_tools-200603080716' make[3]: Leaving directory `/root/bwm_tools-200603080716' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/bwm_tools-200603080716/bwm_firewall' Making all in bwm_graph make[2]: Entering directory `/root/bwm_tools-200603080716/bwm_graph' make[3]: Entering directory `/root/bwm_tools-200603080716' make[3]: Leaving directory `/root/bwm_tools-200603080716' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DLOG_DIR=\"/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: In function ‘writeGraphs’: graph.c:637: error: too few arguments to function ‘rrd_graph’ make[2]: *** [bwm_graph-graph.o] Error 1 make[2]: Leaving directory `/root/bwm_tools-200603080716/bwm_graph' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/bwm_tools-200603080716' make: *** [all] Error 2 LRClinux:~/bwm_tools-200603080716 # -- John Bii School of Medicine Moi University |
From: Nigel K. <nk...@lb...> - 2006-05-04 05:19:54
Attachments:
signature.asc
|
Hi John, 1. Which version of RRDTool are you building against? 2. What configure options are you using? Regards Nigel John Bii wrote: >Hello > >I am trying to install BWM Tools on SUSE linux 10 > >The problem is it does not install all the BWM tools Utilities. It only > >install bwm_firewall. It does not install bwmd, bwm_monitor and bwm_graph > >The problem starts with MAKE command which produces the output below. Whatis > >the problem and how do I go about it? HELP > > > >Regards > >John Bii > >Moi University > > > >LRClinux:~/bwm_tools-200603080716 # make > >make all-recursive > >make[1]: Entering directory `/root/bwm_tools-200603080716' > >Making all in lib > >make[2]: Entering directory `/root/bwm_tools-200603080716/lib' > >make[3]: Entering directory `/root/bwm_tools-200603080716' > >make[3]: Leaving directory `/root/bwm_tools-200603080716' > >make[2]: Nothing to be done for `all'. > >make[2]: Leaving directory `/root/bwm_tools-200603080716/lib' > >Making all in bwm_firewall > >make[2]: Entering directory `/root/bwm_tools-200603080716/bwm_firewall' > >make[3]: Entering directory `/root/bwm_tools-200603080716' > >make[3]: Leaving directory `/root/bwm_tools-200603080716' > >make[2]: Nothing to be done for `all'. > >make[2]: Leaving directory `/root/bwm_tools-200603080716/bwm_firewall' > >Making all in bwm_graph > >make[2]: Entering directory `/root/bwm_tools-200603080716/bwm_graph' > >make[3]: Entering directory `/root/bwm_tools-200603080716' > >make[3]: Leaving directory `/root/bwm_tools-200603080716' > >if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread > >-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include > >-DLOG_DIR=\"/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: In function ‘writeGraphs’: > >graph.c:637: error: too few arguments to function ‘rrd_graph’ > >make[2]: *** [bwm_graph-graph.o] Error 1 > >make[2]: Leaving directory `/root/bwm_tools-200603080716/bwm_graph' > >make[1]: *** [all-recursive] Error 1 > >make[1]: Leaving directory `/root/bwm_tools-200603080716' > >make: *** [all] Error 2 > >LRClinux:~/bwm_tools-200603080716 # > > > > -- Nigel Kukard, PhD CompSc Linux Based Systems Design The best language to use is the language that was designed for what you want to use it for. |
From: John B. <jo...@mu...> - 2006-05-08 17:06:40
|
The version of RRDTool is 1.2.11 I do not use any options in configure When I run the make command it creates sub directories under bwm_tools-200603080716 I have entered in those directories i.e bwm_firewall bwm_graph bwm_monitor bwmd and ran MAKE and MAKE INSTALL command under those diretories. This way I have managed to install the BWM utilities except bwm_graph Is that procedure in order? Then we should try to install the bwm_graph Otherwise, I am currently trying ti create my fierwall.xml John Bii > Hi John, > > 1. Which version of RRDTool are you building against? > > 2. What configure options are you using? > > > Regards > Nigel > > John Bii wrote: > > >Hello > > > >I am trying to install BWM Tools on SUSE linux 10 > > > >The problem is it does not install all the BWM tools Utilities. It only > > > >install bwm_firewall. It does not install bwmd, bwm_monitor and bwm_graph > > > >The problem starts with MAKE command which produces the output below. Whatis > > > >the problem and how do I go about it? HELP > > > > > > > >Regards > > > >John Bii > > > >Moi University > > > > > > > >LRClinux:~/bwm_tools-200603080716 # make > > > >make all-recursive > > > >make[1]: Entering directory `/root/bwm_tools-200603080716' > > > >Making all in lib > > > >make[2]: Entering directory `/root/bwm_tools-200603080716/lib' > > > >make[3]: Entering directory `/root/bwm_tools-200603080716' > > > >make[3]: Leaving directory `/root/bwm_tools-200603080716' > > > >make[2]: Nothing to be done for `all'. > > > >make[2]: Leaving directory `/root/bwm_tools-200603080716/lib' > > > >Making all in bwm_firewall > > > >make[2]: Entering directory `/root/bwm_tools-200603080716/bwm_firewall' > > > >make[3]: Entering directory `/root/bwm_tools-200603080716' > > > >make[3]: Leaving directory `/root/bwm_tools-200603080716' > > > >make[2]: Nothing to be done for `all'. > > > >make[2]: Leaving directory `/root/bwm_tools-200603080716/bwm_firewall' > > > >Making all in bwm_graph > > > >make[2]: Entering directory `/root/bwm_tools-200603080716/bwm_graph' > > > >make[3]: Entering directory `/root/bwm_tools-200603080716' > > > >make[3]: Leaving directory `/root/bwm_tools-200603080716' > > > >if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -pthread > > > >-I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include > > > >-DLOG_DIR=\"/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: In function ‘writeGraphs’: > > > >graph.c:637: error: too few arguments to function ‘rrd_graph’ > > > >make[2]: *** [bwm_graph-graph.o] Error 1 > > > >make[2]: Leaving directory `/root/bwm_tools-200603080716/bwm_graph' > > > >make[1]: *** [all-recursive] Error 1 > > > >make[1]: Leaving directory `/root/bwm_tools-200603080716' > > > >make: *** [all] Error 2 > > > >LRClinux:~/bwm_tools-200603080716 # > > > > > > > > > > > -- > Nigel Kukard, PhD CompSc > Linux Based Systems Design > > > The best language to use is the language that was designed for > what you want to use it for. > > > > -- John Bii School of Medicine Moi University |
From: Nigel K. <nk...@lb...> - 2006-05-09 06:09:29
|
Hi, > The version of RRDTool is 1.2.11 =20 >=20 > I do not use any options in configure =20 You need to use --with-rrdtool2 as a configure option. Check the README file included in the top directory of the source. -Nigel |