bwm-tools-tech Mailing List for Bandwidth Management Tools (Page 17)
Brought to you by:
nkukard
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(13) |
Jul
(2) |
Aug
(1) |
Sep
(5) |
Oct
(10) |
Nov
(11) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(6) |
Feb
(3) |
Mar
(22) |
Apr
(26) |
May
(15) |
Jun
|
Jul
(8) |
Aug
(2) |
Sep
(3) |
Oct
(4) |
Nov
|
Dec
(1) |
2005 |
Jan
(2) |
Feb
(6) |
Mar
(12) |
Apr
(34) |
May
(23) |
Jun
(21) |
Jul
|
Aug
(4) |
Sep
(5) |
Oct
(3) |
Nov
(2) |
Dec
|
2006 |
Jan
(3) |
Feb
(28) |
Mar
(12) |
Apr
(6) |
May
(17) |
Jun
(5) |
Jul
(19) |
Aug
(15) |
Sep
(10) |
Oct
(12) |
Nov
(1) |
Dec
|
2007 |
Jan
(5) |
Feb
(1) |
Mar
(5) |
Apr
(5) |
May
(7) |
Jun
(6) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(5) |
Jun
|
Jul
|
Aug
(8) |
Sep
(8) |
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(7) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kobe L. <ko...@pu...> - 2004-01-20 08:08:41
|
This is very dependent of the setup of your system, if there is a rule in your firewall config for each IP in your lan, you can use bwm for this purpose. There should be a binary bwm_monitor on your system, you can use for real time monitoring the flows. (I don't know if that was already present in v 0.11, current is 0.17) And in /var/bwm_tools/ there could/should be binary logfiles wich can be converted to .rrd format with bwm_graph Usually these binaries reside in /sbin Greetz Kobe ----- Original Message ----- From: "Andy" <and...@ya...> To: <bwm...@li...> Sent: Tuesday, January 20, 2004 7:00 AM Subject: [bwm-tools-tech] BWM > Sorry, newbie question: > > In my office server i have a folder named bwm_tools-0.1.1 > (i'm the new administrator) > which i know for bandwidth monitoring to know which > ip download the most data from the internet. > > But how can i monitor? > How can i run the application to monitor? > or which file to run? > Sorry for my bad english.. > > Thank you, > > Andy > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |
From: Andy <and...@ya...> - 2004-01-20 06:00:35
|
Sorry, newbie question: In my office server i have a folder named bwm_tools-0.1.1 (i'm the new administrator) which i know for bandwidth monitoring to know which ip download the most data from the internet. But how can i monitor? How can i run the application to monitor? or which file to run? Sorry for my bad english.. Thank you, Andy |
From: Kobe L. <ko...@pu...> - 2004-01-09 08:11:26
|
In your compile command, include de math library (-lm) and it will compile. There seems to be a missing check in the configure script if rrd needs this module to compile. On an added note, bwm_graph is not an essential part, if all fails you can simply skip it, bwm works without them (however, you are missing the nice graphs ...) Greetz Kobe ----- Original Message ----- From: "David Gladstone" <da...@au...> To: <bwm...@li...> Sent: Thursday, January 08, 2004 7:34 PM Subject: [bwm-tools-tech] compile problems > i am trying to compile bwm and i keep on getting > > /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:1075: undefined reference to > `sin' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x2588):/usr/local/src/rr dtool-1.0.46/src/rrd_graph.c:1083: > undefined reference to `cos' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x25ad):/usr/local/src/rr dtool-1.0.46/src/rrd_graph.c:1107: > undefined reference to `log' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x25d2):/usr/local/src/rr dtool-1.0.46/src/rrd_graph.c:1144: > undefined reference to `exp' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x3eb6): In function > `horizontal_grid': > /usr/include/bits/mathinline.h:445: undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x3f3b):/usr/include/bits /mathinline.h:493: > undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x3fdb): In function > `horizontal_grid': > /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:1860: undefined reference to > `pow' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x467a): In function > `horizontal_mrtg_grid': > /usr/include/bits/mathinline.h:445: undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x46fd):/usr/include/bits /mathinline.h:504: > undefined reference to `pow' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x475a):/usr/include/bits /mathinline.h:504: > undefined reference to `pow' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4a64): In function > `horizontal_log_grid': > /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2026: undefined reference to > `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4a80):/usr/local/src/rr dtool-1.0.46/src/rrd_graph.c:2026: > undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4aed):/usr/local/src/rr dtool-1.0.46/src/rrd_graph.c:2033: > undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4c08):/usr/local/src/rr dtool-1.0.46/src/rrd_graph.c:2055: > undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4c24): In function > `horizontal_log_grid': > /usr/include/bits/mathinline.h:430: undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4c49):/usr/include/bits /mathinline.h:430: > more undefined references to `log10' follow > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4c87): In function > `horizontal_log_grid': > /usr/include/bits/mathinline.h:430: undefined reference to `pow' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4e1e): In function > `horizontal_log_grid': > /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2076: undefined reference to > `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4e3a): In function > `horizontal_log_grid': > /usr/include/bits/mathinline.h:430: undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4e5f):/usr/include/bits /mathinline.h:430: > undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4e97):/usr/include/bits /mathinline.h:430: > undefined reference to `pow' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x50e5): In function > `horizontal_log_grid': > /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2036: undefined reference to > `log10' > /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x5100):/usr/local/src/rr dtool-1.0.46/src/rrd_graph.c:2036: > undefined reference to `log10' > /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0xffa): In function > `png_init_read_transformations': > /usr/local/src/rrdtool-1.0.46/libpng-1.0.9/pngrtran.c:879: undefined > reference to `pow' > /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x103e):/usr/local/src/rrd tool-1.0.46/libpng-1.0.9/pngrtran.c:881: > undefined reference to `pow' > /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x1085):/usr/local/src/rrd tool-1.0.46/libpng-1.0.9/pngrtran.c:883: > undefined reference to `pow' > /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x10cd):/usr/local/src/rrd tool-1.0.46/libpng-1.0.9/pngrtran.c:885: > undefined reference to `pow' > /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x1118):/usr/local/src/rrd tool-1.0.46/libpng-1.0.9/pngrtran.c:887: > undefined reference to `pow' > /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x1160):/usr/local/src/rrd tool-1.0.46/libpng-1.0.9/pngrtran.c:889: > more undefined references to `pow' follow > collect2: ld returned 1 exit status > make[2]: *** [bwm_graph] Error 1 > make[2]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' > make: *** [all] Error 2 > > > any help? > > -dave > ----------------------------------- > David Gladstone > Data Center Manager > Automated Financial Systems > (212) 771-1927 > cell: (718) 930-3708 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech > |
From: David G. <da...@au...> - 2004-01-08 18:34:18
|
i am trying to compile bwm and i keep on getting /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:1075: undefined reference to `sin' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x2588):/usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:1083: undefined reference to `cos' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x25ad):/usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:1107: undefined reference to `log' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x25d2):/usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:1144: undefined reference to `exp' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x3eb6): In function `horizontal_grid': /usr/include/bits/mathinline.h:445: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x3f3b):/usr/include/bits/mathinline.h:493: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x3fdb): In function `horizontal_grid': /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:1860: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x467a): In function `horizontal_mrtg_grid': /usr/include/bits/mathinline.h:445: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x46fd):/usr/include/bits/mathinline.h:504: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x475a):/usr/include/bits/mathinline.h:504: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4a64): In function `horizontal_log_grid': /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2026: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4a80):/usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2026: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4aed):/usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2033: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4c08):/usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2055: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4c24): In function `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4c49):/usr/include/bits/mathinline.h:430: more undefined references to `log10' follow /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4c87): In function `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4e1e): In function `horizontal_log_grid': /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2076: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4e3a): In function `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4e5f):/usr/include/bits/mathinline.h:430: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x4e97):/usr/include/bits/mathinline.h:430: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x50e5): In function `horizontal_log_grid': /usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2036: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(rrd_graph.o)(.text+0x5100):/usr/local/src/rrdtool-1.0.46/src/rrd_graph.c:2036: undefined reference to `log10' /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0xffa): In function `png_init_read_transformations': /usr/local/src/rrdtool-1.0.46/libpng-1.0.9/pngrtran.c:879: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x103e):/usr/local/src/rrdtool-1.0.46/libpng-1.0.9/pngrtran.c:881: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x1085):/usr/local/src/rrdtool-1.0.46/libpng-1.0.9/pngrtran.c:883: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x10cd):/usr/local/src/rrdtool-1.0.46/libpng-1.0.9/pngrtran.c:885: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x1118):/usr/local/src/rrdtool-1.0.46/libpng-1.0.9/pngrtran.c:887: undefined reference to `pow' /usr/local/rrdtool/lib/librrd.a(pngrtran.o)(.text+0x1160):/usr/local/src/rrdtool-1.0.46/libpng-1.0.9/pngrtran.c:889: more undefined references to `pow' follow collect2: ld returned 1 exit status make[2]: *** [bwm_graph] Error 1 make[2]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' make: *** [all] Error 2 any help? -dave ----------------------------------- David Gladstone Data Center Manager Automated Financial Systems (212) 771-1927 cell: (718) 930-3708 |
From: Kevork <ke...@cy...> - 2003-12-25 21:25:59
|
Hi !, I tried what you suggested, but I still get errors ... Regards, Kevork. FYI: [/usr/local/src/bwm_tools-0.1.7] # make for dir in lib bwm_firewall bwm_graph bwmd bwm_monitor; \ do \ make -C $dir all; \ res=3D$?; \ if [ $res !=3D '0' ]; then exit $res; fi \ done make[1]: Entering directory `/usr/local/src/bwm_tools-0.1.7/lib' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE --depend = flow.c ipq.c libipq.c xmlConf.c autoclass.c misc.c > .deps make libbwm.a make[2]: Entering directory `/usr/local/src/bwm_tools-0.1.7/lib' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c flow.c cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c ipq.c ipq.c: In function `queuePacket': ipq.c:141: warning: unused variable `icmph' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c libipq.c cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c xmlConf.c cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c autoclass.c cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c misc.c ar cr libbwm.a flow.o ipq.o libipq.o xmlConf.o autoclass.o misc.o make[2]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/lib' make[1]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/lib' make[1]: Entering directory = `/usr/local/src/bwm_tools-0.1.7/bwm_firewall' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -DCONFIG_FILE=3D\"/etc/bwm_tools/firewall.xml\" = -DIPTABLES_FILE=3D\"/etc/sysconfig/iptables\" -Wall -I../include = -D_GNU_SOURCE --depend bwm_firewall.c > .deps make bwm_firewall make[2]: Entering directory = `/usr/local/src/bwm_tools-0.1.7/bwm_firewall' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -I/usr/include/libxml2 -DCONFIG_FILE=3D\"/etc/bwm_tools/firewall.xml\" = -DIPTABLES_FILE=3D\"/etc/sysconfig/iptables\" -Wall -I../include = -D_GNU_SOURCE -c bwm_firewall.c cc -o bwm_firewall bwm_firewall.o ../lib/libbwm.a -pthread -lgthread-2.0 = -lglib-2.0 -lxml2 -lz -lm =20 make[2]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_firewall' make[1]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_firewall' make[1]: Entering directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE --depend = bwm_graph.c graph.c > .deps make bwm_graph make[2]: Entering directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c = bwm_graph.c cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include = -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c = graph.c cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -pthread = -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lrrd /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x15d): In function `ytr': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:153: undefined reference = to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x173):/usr/local/src/rrdtool-= 1.0.45/src/rrd_graph.c:153: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x1e4):/usr/local/src/rrdtool-= 1.0.45/src/rrd_graph.c:161: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x1fa):/usr/local/src/rrdtool-= 1.0.45/src/rrd_graph.c:161: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x8d9): In function = `auto_scale': /usr/include/bits/mathinline.h:445: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x8f2):/usr/include/bits/mathi= nline.h:445: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x955): In function = `auto_scale': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:311: undefined reference = to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xa03): In function = `si_unit': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:353: undefined reference = to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xaca): In function = `si_unit': /usr/include/bits/mathinline.h:445: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xae0):/usr/include/bits/mathi= nline.h:445: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xbd8): In function = `expand_range': /usr/include/bits/mathinline.h:445: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xc5b):/usr/include/bits/mathi= nline.h:504: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xcc4):/usr/include/bits/mathi= nline.h:504: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xd79):/usr/include/bits/mathi= nline.h:445: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xdc8):/usr/include/bits/mathi= nline.h:445: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2680): In function = `data_calc': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:1064: undefined reference = to `sin' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2728):/usr/local/src/rrdtool= -1.0.45/src/rrd_graph.c:1072: undefined reference to `cos' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x274d):/usr/local/src/rrdtool= -1.0.45/src/rrd_graph.c:1096: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2772):/usr/local/src/rrdtool= -1.0.45/src/rrd_graph.c:1133: undefined reference to `exp' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4135): In function = `horizontal_grid': /usr/include/bits/mathinline.h:445: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x41ba):/usr/include/bits/math= inline.h:493: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x425c): In function = `horizontal_grid': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:1845: undefined reference = to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x49aa): In function = `horizontal_mrtg_grid': /usr/include/bits/mathinline.h:445: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4a2d):/usr/include/bits/math= inline.h:504: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4a8a):/usr/include/bits/math= inline.h:504: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4dc8): In function = `horizontal_log_grid': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2011: undefined reference = to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4de4):/usr/local/src/rrdtool= -1.0.45/src/rrd_graph.c:2011: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4e79):/usr/local/src/rrdtool= -1.0.45/src/rrd_graph.c:2018: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4ff4):/usr/local/src/rrdtool= -1.0.45/src/rrd_graph.c:2040: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5010): In function = `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5036):/usr/include/bits/math= inline.h:430: more undefined references to `log10' follow /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x506e): In function = `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5228): In function = `horizontal_log_grid': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2061: undefined reference = to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5244): In function = `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x526a):/usr/include/bits/math= inline.h:430: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x52a2):/usr/include/bits/math= inline.h:430: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x554a): In function = `horizontal_log_grid': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2021: undefined reference = to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5564):/usr/local/src/rrdtool= -1.0.45/src/rrd_graph.c:2021: undefined reference to `log10' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x119c): In function = `png_init_read_transformations': /usr/local/src/rrdtool-1.0.45/libpng-1.0.9/pngrtran.c:879: undefined = reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x11ef):/usr/local/src/rrdtool-= 1.0.45/libpng-1.0.9/pngrtran.c:881: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x1239):/usr/local/src/rrdtool-= 1.0.45/libpng-1.0.9/pngrtran.c:883: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x128a):/usr/local/src/rrdtool-= 1.0.45/libpng-1.0.9/pngrtran.c:885: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x12db):/usr/local/src/rrdtool-= 1.0.45/libpng-1.0.9/pngrtran.c:887: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x1329):/usr/local/src/rrdtool-= 1.0.45/libpng-1.0.9/pngrtran.c:889: more undefined references to `pow' = follow collect2: ld returned 1 exit status make[2]: *** [bwm_graph] Error 1 make[2]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' make: *** [all] Error 2 ----- Original Message -----=20 From: Kobe Lenjou=20 To: bwm...@li...=20 Sent: Tuesday, December 23, 2003 1:25 PM Subject: [bwm-tools-tech] Compile problems - math functions This is indeed a problem with the bmw_tools I think (I'm not a genius = in make and other stuff) To solve the problem simply edit the = bwm_tools-0.1.7/bwm_graph/Makefile and add '-lm' to the GLIB_LIBS value, mine looks like this at the moment, = and it compiles well. GLIB_LIBS=3D-pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lm =20 Greetz Kobe --- Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.553 / Virus Database: 345 - Release Date: 18/12/2003 |
From: Nigel K. <nk...@lb...> - 2003-12-23 17:46:03
|
Not a problem with bwm_tools as there are none of the math functions mentioned by the errors being used. I'll add a fix to see if rrdtools requires math functions to be linked in. Thanks Nigel On Tue, Dec 23, 2003 at 05:25:20PM +0100, Kobe Lenjou wrote: > This is indeed a problem with the bmw_tools I think (I'm not a genius in = make and other stuff) >=20 > To solve the problem simply edit the bwm_tools-0.1.7/bwm_graph/Makefile a= nd > add '-lm' to the GLIB_LIBS value, mine looks like this at the moment, and= it compiles well. >=20 > GLIB_LIBS=3D-pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lm > =20 >=20 > Greetz > Kobe |
From: Kobe L. <ko...@mo...> - 2003-12-23 16:25:26
|
This is indeed a problem with the bmw_tools I think (I'm not a genius in = make and other stuff) To solve the problem simply edit the bwm_tools-0.1.7/bwm_graph/Makefile = and add '-lm' to the GLIB_LIBS value, mine looks like this at the moment, = and it compiles well. GLIB_LIBS=3D-pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lm =20 Greetz Kobe |
From: <ru...@lc...> - 2003-12-15 10:17:34
|
Hi all, I am unable to install bwm tool due to its dependency. Command? The OS is RedHat 8.0. Command? I get following error while configuring ---------- Too many errors encountered; the rest of the message is ignored: checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strndup... yes checking for pkg-config... /usr/bin/pkg-config checking for GLIB - version >= 2.0.0... no Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. checking for xml2-config... /usr/bin/xml2-config checking for libxml - version >= 2.0.0... yes (version 2.4.23) checking for rrdtool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating makefile.inc config.status: creating lib/Makefile config.status: creating bwm_firewall/Makefile config.status: creating bwm_graph/Makefile config.status: creating bwmd/Makefile config.status: creating bwm_monitor/Makefile config.status: creating config.h -------------------------------------------------------------------------------- Now does anyone have a GLIB rpm for redhat that i can install. the following rpms are present when queried for glib : [root@joe bwm_tools-0.1.7]# rpm -qa | grep glib glibc-2.2.93-5 glibc-common-2.2.93-5 glib-1.2.10-8 glibc-kernheaders-2.4-7.20 glib2-2.0.6-2 glibc-devel-2.2.93-5 [root@joe bwm_tools-0.1.7]# Can anyone help me on that account. Rupesh Mishra |
From: Nigel K. <nk...@lb...> - 2003-12-13 10:52:20
|
Try specifying -> LD_FLAGS=3D"-lm" make On Sat, Dec 13, 2003 at 01:23:30AM -0300, Kevork wrote: > ----- Original Message -----=20 > From: "Nigel Kukard" <nk...@lb...> > To: "Kevork" <ke...@cy...> > Cc: <bwm...@li...>; <jo...@la...> > Sent: Tuesday, December 09, 2003 5:35 AM > Subject: Re: [bwm-tools-tech] Compilation problems >=20 >=20 > Thank you Nigel !, you were right, I did not see the error message at > configure time, glib was old ... >=20 > Now glib is 2.3.1, configure does not complain at all, but I?ve got more > errors at compile time. >=20 > I put them here ... could you give some ad ? >=20 > Thanks a lot !, > Kevork. >=20 > make[1]: Entering directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' > cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_D= IR=3D > \"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE --depend bwm_graph.c > graph.c > .deps > make bwm_graph > make[2]: Entering directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' > cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_= DIR > =3D\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c bwm_graph.c > cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_= DIR > =3D\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c graph.c > cc -o bwm_graph bwm_graph.o graph.o > ../lib/libbwm.a -pthread -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lrrd > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x15d): In function `ytr': > /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:153: undefined reference to > `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x173):/usr/local/src/rrdtool-= 1.0 > .45/src/rrd_graph.c:153: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x1e4):/usr/local/src/rrdtool-= 1.0 > .45/src/rrd_graph.c:161: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x1fa):/usr/local/src/rrdtool-= 1.0 > .45/src/rrd_graph.c:161: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x8d9): In function `auto_scal= e': > /usr/include/bits/mathinline.h:445: undefined reference to `log' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x8f2):/usr/include/bits/mathi= nli > ne.h:445: undefined reference to `log' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x955): In function `auto_scal= e': > /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:311: undefined reference to > `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xa03): In function `si_unit': > /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:353: undefined reference to > `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xaca): In function `si_unit': > /usr/include/bits/mathinline.h:445: undefined reference to `log' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xae0):/usr/include/bits/mathi= nli > ne.h:445: undefined reference to `log' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xbd8): In function > `expand_range': > /usr/include/bits/mathinline.h:445: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xc5b):/usr/include/bits/mathi= nli > ne.h:504: undefined reference to `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xcc4):/usr/include/bits/mathi= nli > ne.h:504: undefined reference to `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xd79):/usr/include/bits/mathi= nli > ne.h:445: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xdc8):/usr/include/bits/mathi= nli > ne.h:445: undefined reference to `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2680): In function `data_cal= c': > /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:1064: undefined reference to > `sin' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2728):/usr/local/src/rrdtool= -1. > 0.45/src/rrd_graph.c:1072: undefined reference to `cos' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x274d):/usr/local/src/rrdtool= -1. > 0.45/src/rrd_graph.c:1096: undefined reference to `log' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2772):/usr/local/src/rrdtool= -1. > 0.45/src/rrd_graph.c:1133: undefined reference to `exp' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4135): In function > `horizontal_grid': > /usr/include/bits/mathinline.h:445: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x41ba):/usr/include/bits/math= inl > ine.h:493: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x425c): In function > `horizontal_grid': > /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:1845: undefined reference to > `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x49aa): In function > `horizontal_mrtg_grid': > /usr/include/bits/mathinline.h:445: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4a2d):/usr/include/bits/math= inl > ine.h:504: undefined reference to `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4a8a):/usr/include/bits/math= inl > ine.h:504: undefined reference to `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4dc8): In function > `horizontal_log_grid': > /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2011: undefined reference to > `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4de4):/usr/local/src/rrdtool= -1. > 0.45/src/rrd_graph.c:2011: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4e79):/usr/local/src/rrdtool= -1. > 0.45/src/rrd_graph.c:2018: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4ff4):/usr/local/src/rrdtool= -1. > 0.45/src/rrd_graph.c:2040: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5010): In function > `horizontal_log_grid': > /usr/include/bits/mathinline.h:430: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5036):/usr/include/bits/math= inl > ine.h:430: more undefined references to `log10' follow > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x506e): In function > `horizontal_log_grid': > /usr/include/bits/mathinline.h:430: undefined reference to `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5228): In function > `horizontal_log_grid': > /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2061: undefined reference to > `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5244): In function > `horizontal_log_grid': > /usr/include/bits/mathinline.h:430: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x526a):/usr/include/bits/math= inl > ine.h:430: undefined reference to `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x52a2):/usr/include/bits/math= inl > ine.h:430: undefined reference to `pow' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x554a): In function > `horizontal_log_grid': > /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2021: undefined reference to > `log10' > /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5564):/usr/local/src/rrdtool= -1. > 0.45/src/rrd_graph.c:2021: undefined reference to `log10' > /usr/local/lib/librrd.a(pngrtran.o)(.text+0x119c): In function > `png_init_read_transformations': > /usr/local/src/rrdtool-1.0.45/libpng-1.0.9/pngrtran.c:879: undefined > reference to `pow' > /usr/local/lib/librrd.a(pngrtran.o)(.text+0x11ef):/usr/local/src/rrdtool-= 1.0 > .45/libpng-1.0.9/pngrtran.c:881: undefined reference to `pow' > /usr/local/lib/librrd.a(pngrtran.o)(.text+0x1239):/usr/local/src/rrdtool-= 1.0 > .45/libpng-1.0.9/pngrtran.c:883: undefined reference to `pow' > /usr/local/lib/librrd.a(pngrtran.o)(.text+0x128a):/usr/local/src/rrdtool-= 1.0 > .45/libpng-1.0.9/pngrtran.c:885: undefined reference to `pow' > /usr/local/lib/librrd.a(pngrtran.o)(.text+0x12db):/usr/local/src/rrdtool-= 1.0 > .45/libpng-1.0.9/pngrtran.c:887: undefined reference to `pow' > /usr/local/lib/librrd.a(pngrtran.o)(.text+0x1329):/usr/local/src/rrdtool-= 1.0 > .45/libpng-1.0.9/pngrtran.c:889: more undefined references to `pow' follow > collect2: ld returned 1 exit status > make[2]: *** [bwm_graph] Error 1 > make[2]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' > make: *** [all] Error 2 >=20 --=20 Nigel Kukard (Chief Executive Officer) Lando Technologies Africa (Pty) Ltd ni...@la... www.lando.co.za Tel: 083 399 5822 Fax: 086 1100036 Hoheisen Park Bellville, Cape Town National Internet Service Provider The best language to use is the language that was designed for what you want to use it for - 1997 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Disclaimer ---------- The contents of this message and any attachments are intended=20 solely for the addressee's use and may be legally privileged and/or=20 confidential information. This message may not be retained,=20 distributed, copied or used if you are not he addressee of this=20 message. If this message was sent to you in error, please notify=20 the sender immediately by reply e-mail and then destroy the message=20 and any copies thereof. Opinions, conclusions and other information in this message may be=20 personal to the sender and is not that of Lando Technologies Africa=20 or any of it's subsideries, associated companies or principals and=20 is therefore not endorsed by any of the Lando groups of companies.=20 Due to e-maill communication being insecure, Lando groups of=20 companies do not guarantee confidentiality, security, accuracy or =20 performance of the e-mail. Any liability for viruses is excluded=20 to the fullest extent. |
From: Kevork <ke...@cy...> - 2003-12-13 04:23:42
|
----- Original Message -----=20 From: "Nigel Kukard" <nk...@lb...> To: "Kevork" <ke...@cy...> Cc: <bwm...@li...>; <jo...@la...> Sent: Tuesday, December 09, 2003 5:35 AM Subject: Re: [bwm-tools-tech] Compilation problems Thank you Nigel !, you were right, I did not see the error message at configure time, glib was old ... Now glib is 2.3.1, configure does not complain at all, but I=B4ve got mor= e errors at compile time. I put them here ... could you give some ad ? Thanks a lot !, Kevork. make[1]: Entering directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_D= IR=3D \"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE --depend bwm_graph.c graph.c > .deps make bwm_graph make[2]: Entering directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_= DIR =3D\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c bwm_graph.c cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_= DIR =3D\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c graph.c cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -pthread -lgthread-2.0 -lglib-2.0 -L/usr/local/lib -lrr= d /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x15d): In function `ytr': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:153: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x173):/usr/local/src/rrdtool-= 1.0 .45/src/rrd_graph.c:153: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x1e4):/usr/local/src/rrdtool-= 1.0 .45/src/rrd_graph.c:161: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x1fa):/usr/local/src/rrdtool-= 1.0 .45/src/rrd_graph.c:161: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x8d9): In function `auto_scal= e': /usr/include/bits/mathinline.h:445: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x8f2):/usr/include/bits/mathi= nli ne.h:445: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x955): In function `auto_scal= e': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:311: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xa03): In function `si_unit': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:353: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xaca): In function `si_unit': /usr/include/bits/mathinline.h:445: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xae0):/usr/include/bits/mathi= nli ne.h:445: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xbd8): In function `expand_range': /usr/include/bits/mathinline.h:445: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xc5b):/usr/include/bits/mathi= nli ne.h:504: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xcc4):/usr/include/bits/mathi= nli ne.h:504: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xd79):/usr/include/bits/mathi= nli ne.h:445: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0xdc8):/usr/include/bits/mathi= nli ne.h:445: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2680): In function `data_cal= c': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:1064: undefined reference t= o `sin' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2728):/usr/local/src/rrdtool= -1. 0.45/src/rrd_graph.c:1072: undefined reference to `cos' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x274d):/usr/local/src/rrdtool= -1. 0.45/src/rrd_graph.c:1096: undefined reference to `log' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x2772):/usr/local/src/rrdtool= -1. 0.45/src/rrd_graph.c:1133: undefined reference to `exp' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4135): In function `horizontal_grid': /usr/include/bits/mathinline.h:445: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x41ba):/usr/include/bits/math= inl ine.h:493: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x425c): In function `horizontal_grid': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:1845: undefined reference t= o `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x49aa): In function `horizontal_mrtg_grid': /usr/include/bits/mathinline.h:445: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4a2d):/usr/include/bits/math= inl ine.h:504: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4a8a):/usr/include/bits/math= inl ine.h:504: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4dc8): In function `horizontal_log_grid': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2011: undefined reference t= o `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4de4):/usr/local/src/rrdtool= -1. 0.45/src/rrd_graph.c:2011: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4e79):/usr/local/src/rrdtool= -1. 0.45/src/rrd_graph.c:2018: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x4ff4):/usr/local/src/rrdtool= -1. 0.45/src/rrd_graph.c:2040: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5010): In function `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5036):/usr/include/bits/math= inl ine.h:430: more undefined references to `log10' follow /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x506e): In function `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5228): In function `horizontal_log_grid': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2061: undefined reference t= o `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5244): In function `horizontal_log_grid': /usr/include/bits/mathinline.h:430: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x526a):/usr/include/bits/math= inl ine.h:430: undefined reference to `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x52a2):/usr/include/bits/math= inl ine.h:430: undefined reference to `pow' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x554a): In function `horizontal_log_grid': /usr/local/src/rrdtool-1.0.45/src/rrd_graph.c:2021: undefined reference t= o `log10' /usr/local/lib/librrd.a(rrd_graph.o)(.text+0x5564):/usr/local/src/rrdtool= -1. 0.45/src/rrd_graph.c:2021: undefined reference to `log10' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x119c): In function `png_init_read_transformations': /usr/local/src/rrdtool-1.0.45/libpng-1.0.9/pngrtran.c:879: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x11ef):/usr/local/src/rrdtool-= 1.0 .45/libpng-1.0.9/pngrtran.c:881: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x1239):/usr/local/src/rrdtool-= 1.0 .45/libpng-1.0.9/pngrtran.c:883: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x128a):/usr/local/src/rrdtool-= 1.0 .45/libpng-1.0.9/pngrtran.c:885: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x12db):/usr/local/src/rrdtool-= 1.0 .45/libpng-1.0.9/pngrtran.c:887: undefined reference to `pow' /usr/local/lib/librrd.a(pngrtran.o)(.text+0x1329):/usr/local/src/rrdtool-= 1.0 .45/libpng-1.0.9/pngrtran.c:889: more undefined references to `pow' follo= w collect2: ld returned 1 exit status make[2]: *** [bwm_graph] Error 1 make[2]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/bwm_tools-0.1.7/bwm_graph' make: *** [all] Error 2 |
From: Nigel K. <nk...@lb...> - 2003-12-09 08:36:33
|
I have no clue how you got past the configure script because it checks for = glib-2.0.0 or higher & libxml 2.0.0 or higher. Install more recent versions and it should compile ;-) On Mon, Dec 08, 2003 at 01:45:02AM -0300, Kevork wrote: > Hi !, I see some other ones have compilation problems, I have also .... > I am trying to complie version 0.1.7 on RH 9.0. > Compliation claims that glibc.h is not found, but it exists .. (is > /usr/include/glib-1.2/glib.h) > I paste here some of errors ... > Could some one give some ad about this ?. >=20 > Thank you very much, > Kevork >=20 >=20 >=20 >=20 > --- >=20 > [/usr/local/src/bwm_tools-0.1.7] > # make > for dir in lib bwm_firewall bwm_graph bwmd bwm_monitor; \ > do \ > make -C $dir all; \ > res=3D$?; \ > if [ $res !=3D '0' ]; then exit $res; fi \ > done > make[1]: Entering directory `/usr/local/src/bwm_tools-0.1.7/lib' > make libbwm.a > make[2]: Entering directory `/usr/local/src/bwm_tools-0.1.7/lib' > cc -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c flow.c > flow.c:9:18: glib.h: No such file or directory > In file included from flow.c:14: > ../include/common.h:12:18: glib.h: No such file or directory > In file included from flow.c:14: > ../include/common.h:31: parse error before "GList" > ../include/common.h:31: warning: no semicolon at end of struct or union > ../include/common.h:32: warning: type defaults to `int' in declaration of > `lock' > ../include/common.h:32: warning: data definition has no type or storage > class > ../include/common.h:33: parse error before '}' token > ../include/common.h:40: parse error before "GList" > ../include/common.h:40: warning: no semicolon at end of struct or union > ../include/common.h:41: warning: type defaults to `int' in declaration of > `flows' > ../include/common.h:41: warning: data definition has no type or storage > class > ../include/common.h:42: parse error before '*' token >=20 > --- >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech --=20 Nigel Kukard (Chief Executive Officer) Lando Technologies Africa (Pty) Ltd ni...@la... www.lando.co.za Tel: 083 399 5822 Fax: 086 1100036 Hoheisen Park Bellville, Cape Town National Internet Service Provider The best language to use is the language that was designed for what you want to use it for - 1997 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Disclaimer ---------- The contents of this message and any attachments are intended=20 solely for the addressee's use and may be legally privileged and/or=20 confidential information. This message may not be retained,=20 distributed, copied or used if you are not he addressee of this=20 message. If this message was sent to you in error, please notify=20 the sender immediately by reply e-mail and then destroy the message=20 and any copies thereof. Opinions, conclusions and other information in this message may be=20 personal to the sender and is not that of Lando Technologies Africa=20 or any of it's subsideries, associated companies or principals and=20 is therefore not endorsed by any of the Lando groups of companies.=20 Due to e-maill communication being insecure, Lando groups of=20 companies do not guarantee confidentiality, security, accuracy or =20 performance of the e-mail. Any liability for viruses is excluded=20 to the fullest extent. |
From: Kevork <ke...@cy...> - 2003-12-08 04:45:12
|
Hi !, I see some other ones have compilation problems, I have also .... I am trying to complie version 0.1.7 on RH 9.0. Compliation claims that glibc.h is not found, but it exists .. (is /usr/include/glib-1.2/glib.h) I paste here some of errors ... Could some one give some ad about this ?. Thank you very much, Kevork --- [/usr/local/src/bwm_tools-0.1.7] # make for dir in lib bwm_firewall bwm_graph bwmd bwm_monitor; \ do \ make -C $dir all; \ res=$?; \ if [ $res != '0' ]; then exit $res; fi \ done make[1]: Entering directory `/usr/local/src/bwm_tools-0.1.7/lib' make libbwm.a make[2]: Entering directory `/usr/local/src/bwm_tools-0.1.7/lib' cc -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c flow.c flow.c:9:18: glib.h: No such file or directory In file included from flow.c:14: ../include/common.h:12:18: glib.h: No such file or directory In file included from flow.c:14: ../include/common.h:31: parse error before "GList" ../include/common.h:31: warning: no semicolon at end of struct or union ../include/common.h:32: warning: type defaults to `int' in declaration of `lock' ../include/common.h:32: warning: data definition has no type or storage class ../include/common.h:33: parse error before '}' token ../include/common.h:40: parse error before "GList" ../include/common.h:40: warning: no semicolon at end of struct or union ../include/common.h:41: warning: type defaults to `int' in declaration of `flows' ../include/common.h:41: warning: data definition has no type or storage class ../include/common.h:42: parse error before '*' token --- |
From: Nigel K. <nk...@lb...> - 2003-11-30 13:27:39
|
Fixed in version 0.1.7, on freshmeat soon Thanks man -Nigel On Sun, Nov 30, 2003 at 01:04:11PM +0000, Henning Botha wrote: > I get the following error trying to compile bwm-tools. I've tried version= s=20 > 0.1.6, 0.1.4 and 0.1.2. >=20 > flowControl.c: In function `controlRunner': > flowControl.c:235: parse error before `struct' > flowControl.c:245: `tempStat' undeclared (first use in this function) > flowControl.c:245: (Each undeclared identifier is reported only once > flowControl.c:245: for each function it appears in.) > make[2]: *** [flowControl.o] Error 1 > make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.x/bwmd' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.x/bwmd' > make: *** [all] Error 2 >=20 > What am I doing wrong? gcc is version 2.95.4. >=20 > Complete compilation log follows. >=20 > Thanks, > Henning >=20 > [hq:~/bwm_tools-0.1.2]$ ./configure > checking for gcc... gcc > checking for C compiler default output... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking for a BSD-compatible install... /usr/bin/install -c > checking how to run the C preprocessor... gcc -E > checking for egrep... grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking arpa/inet.h usability... yes > checking arpa/inet.h presence... yes > checking for arpa/inet.h... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking netinet/in.h usability... yes > checking netinet/in.h presence... yes > checking for netinet/in.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking for unistd.h... (cached) yes > checking for stdbool.h that conforms to C99... no > checking for _Bool... no > checking for an ANSI C-conforming const... yes > checking for size_t... yes > checking whether time.h and sys/time.h may both be included... yes > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... yes > checking for stdlib.h... (cached) yes > checking for GNU libc compatible realloc... yes > checking sys/select.h usability... yes > checking sys/select.h presence... yes > checking for sys/select.h... yes > checking for sys/socket.h... (cached) yes > checking types of arguments for select... int,fd_set *,struct timeval * > checking return type of signal handlers... void > checking whether lstat dereferences a symlink specified with a trailing= =20 > slash... yes > checking whether stat accepts an empty string... no > checking for gettimeofday... yes > checking for inet_ntoa... yes > checking for memset... yes > checking for select... yes > checking for socket... yes > checking for strcasecmp... yes > checking for strchr... yes > checking for strdup... yes > checking for strerror... yes > checking for strncasecmp... yes > checking for strndup... yes > checking for pkg-config... /usr/bin/pkg-config > checking for GLIB - version >=3D 2.0.0... yes (version 2.0.1) > checking for xml2-config... /usr/bin/xml2-config > checking for libxml - version >=3D 2.0.0... makeyes (version 2.5.11) > configure: creating ./config.status > config.status: creating Makefile > config.status: creating makefile.inc > config.status: creating lib/Makefile > config.status: creating bwm_firewall/Makefile > config.status: creating bwm_graph/Makefile > config.status: creating bwmd/Makefile > config.status: creating bwm_monitor/Makefile > config.status: creating config.h >=20 > [hq:~/bwm_tools-0.1.2]$ make > for dir in lib bwm_firewall bwm_graph bwmd bwm_monitor; \ > do \ > make -C $dir all; \ > res=3D$?; \ > if [ $res !=3D '0' ]; then exit $res; fi \ > done > make[1]: Entering directory `/home/hjb/bwm_tools-0.1.2/lib' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -Wall -I../include -D > _GNU_SOURCE --depend flow.c ipq.c libipq.c xmlConf.c autoclass.c misc.c >= =20 > .deps > make libbwm.a > make[2]: Entering directory `/home/hjb/bwm_tools-0.1.2/lib' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -Wall -I../include - > D_GNU_SOURCE -c flow.c > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -Wall -I../include - > D_GNU_SOURCE -c ipq.c > ipq.c: In function `queuePacket': > ipq.c:141: warning: unused variable `icmph' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -Wall -I../include - > D_GNU_SOURCE -c libipq.c > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -Wall -I../include - > D_GNU_SOURCE -c xmlConf.c > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -Wall -I../include - > D_GNU_SOURCE -c autoclass.c > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -Wall -I../include - > D_GNU_SOURCE -c misc.c > ar cr libbwm.a flow.o ipq.o libipq.o xmlConf.o autoclass.o misc.o > make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.2/lib' > make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.2/lib' > make[1]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwm_firewall' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -DCONFIG_FILE=3D\"/etc/ > bwm_tools/firewall.xml\" -DIPTABLES_FILE=3D\"/etc/sysconfig/iptables\" -W= all=20 > -I../include -D_GNU_SOURCE --depend bwm_f > irewall.c > .deps > make bwm_firewall > make[2]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwm_firewall' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -DCONFIG_FILE=3D\"/etc > /bwm_tools/firewall.xml\" -DIPTABLES_FILE=3D\"/etc/sysconfig/iptables\" -= Wall=20 > -I../include -D_GNU_SOURCE -c bwm_firewa > ll.c > cc -o bwm_firewall bwm_firewall.o ../lib/libbwm.a -lgthread-2.0 -lpthread= =20 > -lglib-2.0 -lxml2 -lpthread -lz -lm > make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwm_firewall' > make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwm_firewall' > make[1]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwm_graph' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../includ > e -D_GNU_SOURCE --depend bwm_graph.c graph.c > .deps > make bwm_graph > make[2]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwm_graph' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../inclu > de -D_GNU_SOURCE -c bwm_graph.c > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../inclu > de -D_GNU_SOURCE -c graph.c > cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -lgthread-2.0 -lpthre= ad=20 > -lglib-2.0 -lrrd > make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwm_graph' > make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwm_graph' > make[1]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwmd' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -DCONFIG_FILE=3D\"/etc/ > bwm_tools/firewall.xml\" -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../includ= e=20 > -D_GNU_SOURCE --depend report.c flowControl > .c bwmd.c > .deps > make bwmd > make[2]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwmd' > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -DCONFIG_FILE=3D\"/etc > /bwm_tools/firewall.xml\" -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../inclu= de=20 > -D_GNU_SOURCE -c report.c > cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include =20 > -I/usr/include/libxml2 -DCONFIG_FILE=3D\"/etc > /bwm_tools/firewall.xml\" -DLOG_DIR=3D\"/var/bwm_tools\" -Wall -I../inclu= de=20 > -D_GNU_SOURCE -c flowControl.c > flowControl.c: In function `controlRunner': > flowControl.c:235: parse error before `struct' > flowControl.c:245: `tempStat' undeclared (first use in this function) > flowControl.c:245: (Each undeclared identifier is reported only once > flowControl.c:245: for each function it appears in.) > make[2]: *** [flowControl.o] Error 1 > make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwmd' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwmd' > make: *** [all] Error 2 >=20 > _________________________________________________________________ > Groove on the latest from the hot new rock groups! Get downloads, videos= ,=20 > and more here. http://special.msn.com/entertainment/wiredformusic.armx >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech |
From: Henning B. <ere...@ms...> - 2003-11-30 13:04:17
|
I get the following error trying to compile bwm-tools. I've tried versions 0.1.6, 0.1.4 and 0.1.2. flowControl.c: In function `controlRunner': flowControl.c:235: parse error before `struct' flowControl.c:245: `tempStat' undeclared (first use in this function) flowControl.c:245: (Each undeclared identifier is reported only once flowControl.c:245: for each function it appears in.) make[2]: *** [flowControl.o] Error 1 make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.x/bwmd' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.x/bwmd' make: *** [all] Error 2 What am I doing wrong? gcc is version 2.95.4. Complete compilation log follows. Thanks, Henning [hq:~/bwm_tools-0.1.2]$ ./configure checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strndup... yes checking for pkg-config... /usr/bin/pkg-config checking for GLIB - version >= 2.0.0... yes (version 2.0.1) checking for xml2-config... /usr/bin/xml2-config checking for libxml - version >= 2.0.0... makeyes (version 2.5.11) configure: creating ./config.status config.status: creating Makefile config.status: creating makefile.inc config.status: creating lib/Makefile config.status: creating bwm_firewall/Makefile config.status: creating bwm_graph/Makefile config.status: creating bwmd/Makefile config.status: creating bwm_monitor/Makefile config.status: creating config.h [hq:~/bwm_tools-0.1.2]$ make for dir in lib bwm_firewall bwm_graph bwmd bwm_monitor; \ do \ make -C $dir all; \ res=$?; \ if [ $res != '0' ]; then exit $res; fi \ done make[1]: Entering directory `/home/hjb/bwm_tools-0.1.2/lib' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -I../include -D _GNU_SOURCE --depend flow.c ipq.c libipq.c xmlConf.c autoclass.c misc.c > .deps make libbwm.a make[2]: Entering directory `/home/hjb/bwm_tools-0.1.2/lib' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -I../include - D_GNU_SOURCE -c flow.c cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -I../include - D_GNU_SOURCE -c ipq.c ipq.c: In function `queuePacket': ipq.c:141: warning: unused variable `icmph' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -I../include - D_GNU_SOURCE -c libipq.c cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -I../include - D_GNU_SOURCE -c xmlConf.c cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -I../include - D_GNU_SOURCE -c autoclass.c cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wall -I../include - D_GNU_SOURCE -c misc.c ar cr libbwm.a flow.o ipq.o libipq.o xmlConf.o autoclass.o misc.o make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.2/lib' make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.2/lib' make[1]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwm_firewall' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DCONFIG_FILE=\"/etc/ bwm_tools/firewall.xml\" -DIPTABLES_FILE=\"/etc/sysconfig/iptables\" -Wall -I../include -D_GNU_SOURCE --depend bwm_f irewall.c > .deps make bwm_firewall make[2]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwm_firewall' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DCONFIG_FILE=\"/etc /bwm_tools/firewall.xml\" -DIPTABLES_FILE=\"/etc/sysconfig/iptables\" -Wall -I../include -D_GNU_SOURCE -c bwm_firewa ll.c cc -o bwm_firewall bwm_firewall.o ../lib/libbwm.a -lgthread-2.0 -lpthread -lglib-2.0 -lxml2 -lpthread -lz -lm make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwm_firewall' make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwm_firewall' make[1]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwm_graph' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_DIR=\"/var/bwm_tools\" -Wall -I../includ e -D_GNU_SOURCE --depend bwm_graph.c graph.c > .deps make bwm_graph make[2]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwm_graph' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_DIR=\"/var/bwm_tools\" -Wall -I../inclu de -D_GNU_SOURCE -c bwm_graph.c cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_DIR=\"/var/bwm_tools\" -Wall -I../inclu de -D_GNU_SOURCE -c graph.c cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -lgthread-2.0 -lpthread -lglib-2.0 -lrrd make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwm_graph' make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwm_graph' make[1]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwmd' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DCONFIG_FILE=\"/etc/ bwm_tools/firewall.xml\" -DLOG_DIR=\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE --depend report.c flowControl .c bwmd.c > .deps make bwmd make[2]: Entering directory `/home/hjb/bwm_tools-0.1.2/bwmd' cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DCONFIG_FILE=\"/etc /bwm_tools/firewall.xml\" -DLOG_DIR=\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c report.c cc -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DCONFIG_FILE=\"/etc /bwm_tools/firewall.xml\" -DLOG_DIR=\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c flowControl.c flowControl.c: In function `controlRunner': flowControl.c:235: parse error before `struct' flowControl.c:245: `tempStat' undeclared (first use in this function) flowControl.c:245: (Each undeclared identifier is reported only once flowControl.c:245: for each function it appears in.) make[2]: *** [flowControl.o] Error 1 make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwmd' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.2/bwmd' make: *** [all] Error 2 _________________________________________________________________ Groove on the latest from the hot new rock groups! Get downloads, videos, and more here. http://special.msn.com/entertainment/wiredformusic.armx |
From: Henning B. <ere...@ms...> - 2003-11-30 13:00:43
|
Hi I have the same problem compiling that Mahmudur Rahman Jami had a month ago, this time with version 0.1.6. flowControl.c: In function `controlRunner': flowControl.c:235: parse error before `struct' flowControl.c:245: `tempStat' undeclared (first use in this function) flowControl.c:245: (Each undeclared identifier is reported only once flowControl.c:245: for each function it appears in.) make[2]: *** [flowControl.o] Error 1 make[2]: Leaving directory `/home/hjb/bwm_tools-0.1.6/bwmd' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/hjb/bwm_tools-0.1.6/bwmd' make: *** [all] Error 2 Regards, Henning Botha _________________________________________________________________ Chat with up to 14 people simultaneously - download Messenger today! http://messenger.msn.co.za/Feature/Communicate.aspx |
From: Matthew B. <ma...@pr...> - 2003-11-23 13:56:04
|
After running ./configure --width-rrdtool=/usr/local/rrdtool-1.0.45 I then do a make and get the following output (this is just the top snippet... more similar errors follow): [root@carling bwm_tools-0.1.6]# make for dir in lib bwm_firewall bwm_graph bwmd bwm_monitor; \ do \ make -C $dir all; \ res=$?; \ if [ $res != '0' ]; then exit $res; fi \ done make[1]: Entering directory `/root/installs/bwm_tools-0.1.6/lib' make libbwm.a make[2]: Entering directory `/root/installs/bwm_tools-0.1.6/lib' make[2]: `libbwm.a' is up to date. make[2]: Leaving directory `/root/installs/bwm_tools-0.1.6/lib' make[1]: Leaving directory `/root/installs/bwm_tools-0.1.6/lib' make[1]: Entering directory `/root/installs/bwm_tools-0.1.6/bwm_firewall' make bwm_firewall make[2]: Entering directory `/root/installs/bwm_tools-0.1.6/bwm_firewall' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DCONFIG_FILE=\"/etc/bwm_tools/firewall.xml\" -DIPTABLES_FILE=\"/etc/sysconfig/iptables\" -Wall -I../include -D_GNU_SOURCE -c bwm_firewall.c cc -o bwm_firewall bwm_firewall.o ../lib/libbwm.a -pthread -lgthread-2.0 -lglib-2.0 -lxml2 -lz -lm make[2]: Leaving directory `/root/installs/bwm_tools-0.1.6/bwm_firewall' make[1]: Leaving directory `/root/installs/bwm_tools-0.1.6/bwm_firewall' make[1]: Entering directory `/root/installs/bwm_tools-0.1.6/bwm_graph' make bwm_graph make[2]: Entering directory `/root/installs/bwm_tools-0.1.6/bwm_graph' cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOG_DIR=\"/var/bwm_tools\" -Wall -I../include -D_GNU_SOURCE -c bwm_graph.c cc -o bwm_graph bwm_graph.o graph.o ../lib/libbwm.a -pthread -lgthread-2.0 -lglib-2.0 -L/usr/local/rrdtool-1.0.45/lib -lrrd /usr/local/rrdtool-1.0.45/lib/librrd.a(rrd_graph.o)(.text+0x15d): In function `ytr': /root/installs/rrdtool-1.0.45/src/rrd_graph.c:153: undefined reference to `log10' /usr/local/rrdtool-1.0.45/lib/librrd.a(rrd_graph.o)(.text+0x173):/root/i nstalls/rrdtool-1.0.45/src/rrd_graph.c:153: undefined reference to `log10' /usr/local/rrdtool-1.0.45/lib/librrd.a(rrd_graph.o)(.text+0x1e4):/root/i nstalls/rrdtool-1.0.45/src/rrd_graph.c:161: undefined reference to `log10' /usr/local/rrdtool-1.0.45/lib/librrd.a(rrd_graph.o)(.text+0x1fa):/root/i nstalls/rrdtool-1.0.45/src/rrd_graph.c:161: undefined reference to `log10' /usr/local/rrdtool-1.0.45/lib/librrd.a(rrd_graph.o)(.text+0x8d9): In function `auto_scale': /usr/include/bits/mathinline.h:445: undefined reference to `log' |
From: Csaba A. <ma...@ya...> - 2003-11-14 09:13:09
|
Hi, just installed the BWM package on my RH 9, but I'm having some problems on configuring the rules for it. I have 2 NIC's, one with an external IP and one with internal IP, 192.168.101.1 . I want to use this box to limit the traffic for 2 other machines through NAT on my internal network to 4KB and 8KB (.2 &.3). What kind of rules do I have to setup? Do I need firewalling rulesalso ? (I'm using the redhat built-in firewall). Thank you in advance, Csaba __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |
From: Nigel K. <nk...@lb...> - 2003-11-10 18:00:16
|
I've never tried that package. bwm_tools is ... - Opensource (GPL license) .... FREE - Netfilter based (Compatible with nearly all distro's) - Bandwidth management utility - Nice looking graphs - Firwall utility - XML config file =2E.. all I can think off the top of my head... I don't beleive in paying for software and all I use is GPL/Opensource software. This is why I designed bwm_tools, a FREE solution for those of us who have the same beliefs. Let me know if you have any q's... -Nigel On Mon, Nov 10, 2003 at 12:47:53PM -0500, Forrest Aldrich wrote: > Curious how this differs from the other bandwidth management tool=20 > (commercialized) that's around. I think one is called Bandwidth Arbitrat= or. >=20 > Thanks. >=20 |
From: Forrest A. <fo...@fo...> - 2003-11-10 17:48:14
|
Curious how this differs from the other bandwidth management tool (commercialized) that's around. I think one is called Bandwidth Arbitrator. Thanks. |
From: Nigel K. <nk...@lb...> - 2003-11-02 22:23:01
|
u got the ip_queue module either loaded or compiled in? On Sun, Nov 02, 2003 at 10:58:40PM +0100, Denny Schierz wrote: > hi, >=20 >=20 > On Sun, 2003-11-02 at 19:56, Nigel Kukard wrote: > > We just released the newest version 0.1.4 which fixed the debug > > statements below and also the prio that is being complained about below. >=20 > great, most errors are gone, but: >=20 >=20 > s15144503 bwm_tools-0.1.4 # bwmd --foreground > BWM Daemon v0.1.4 - Copyright (c) 2003 Linux Based Systems Design >=20 > BWMD: Loaded 7 flows and 3 queues > BWMD: Found 0 modules to load > IPQ runner started... > Failed to set IPQ mode > passer: Failed to send netlink message: Connection refused > Failed to get IPQ handle > Flow runner started... > Stat thread started... > Report runner started... >=20 >=20 > What means that? "Failed to send netlink message" >=20 > --=20 > cu denny >=20 > Gnupg key can be found under pgp.mit.edu, key ID 0x73137598 |
From: Nigel K. <nk...@lb...> - 2003-11-02 17:41:50
|
not a problem.... just remove the 3 modules listed below from the configuration file :-) i'll fix the warnings about the queue priority. On Sun, Nov 02, 2003 at 03:18:52PM +0100, Denny Schierz wrote: > hi, >=20 > i want to start bmwd, but it fails: >=20 >=20 > s15144503 lrrd # bwmd > BWM Daemon v0.1.3 - Copyright (c) 2003 Linux Based Systems Design >=20 > Tag: text > Tag: flow > Flow found: mainline > Tag: flow > Flow found: 1my_client > Tag: flow > Flow found: 1my_client_in > Tag: queue > Queue priority must be between 0 and 99 > Flow queue: 1001 > Tag: text > Tag: flow > Flow found: 1my_client_out > Tag: flow > Flow found: 1my_client_out1 > Tag: queue > Queue priority must be between 0 and 99 > Flow queue: 1002 > Tag: text > Tag: flow > Flow found: 1my_joe_out2 > Tag: text > Tag: flow > Flow found: 2my_client2 > Tag: queue > Queue priority must be between 0 and 99 > Flow queue: 1004 > Tag: text > Tag: text > Tag: group > Tag: text > Tag: text > Loading ip_conntrack_ftp...modprobe: Can't open dependencies file > /lib/modules/2.4.22-grsec-1.9.12/modules.dep (No such file or directory) > Failed to execute command: /sbin/modprobe ip_conntrack_ftp > Loading ip_queue...modprobe: Can't open dependencies file > /lib/modules/2.4.22-grsec-1.9.12/modules.dep (No such file or directory) > Failed to execute command: /sbin/modprobe ip_queue > Loading ip_nat_ftp...modprobe: Can't open dependencies file > /lib/modules/2.4.22-grsec-1.9.12/modules.dep (No such file or directory) > Failed to execute command: /sbin/modprobe ip_nat_ftp > Failed to modprobe module(s) > s15144503 lrrd # >=20 > i don't have modules support, but the modules are already compiled in.=20 >=20 > any suggestions? >=20 > --=20 > cu denny >=20 > Gnupg key can be found under pgp.mit.edu, key ID 0x73137598 |
From: Denny S. <lin...@4l...> - 2003-11-02 14:19:13
|
hi, i want to start bmwd, but it fails: s15144503 lrrd # bwmd BWM Daemon v0.1.3 - Copyright (c) 2003 Linux Based Systems Design Tag: text Tag: flow Flow found: mainline Tag: flow Flow found: 1my_client Tag: flow Flow found: 1my_client_in Tag: queue Queue priority must be between 0 and 99 Flow queue: 1001 Tag: text Tag: flow Flow found: 1my_client_out Tag: flow Flow found: 1my_client_out1 Tag: queue Queue priority must be between 0 and 99 Flow queue: 1002 Tag: text Tag: flow Flow found: 1my_joe_out2 Tag: text Tag: flow Flow found: 2my_client2 Tag: queue Queue priority must be between 0 and 99 Flow queue: 1004 Tag: text Tag: text Tag: group Tag: text Tag: text Loading ip_conntrack_ftp...modprobe: Can't open dependencies file /lib/modules/2.4.22-grsec-1.9.12/modules.dep (No such file or directory) Failed to execute command: /sbin/modprobe ip_conntrack_ftp Loading ip_queue...modprobe: Can't open dependencies file /lib/modules/2.4.22-grsec-1.9.12/modules.dep (No such file or directory) Failed to execute command: /sbin/modprobe ip_queue Loading ip_nat_ftp...modprobe: Can't open dependencies file /lib/modules/2.4.22-grsec-1.9.12/modules.dep (No such file or directory) Failed to execute command: /sbin/modprobe ip_nat_ftp Failed to modprobe module(s) s15144503 lrrd # i don't have modules support, but the modules are already compiled in.=20 any suggestions? --=20 cu denny Gnupg key can be found under pgp.mit.edu, key ID 0x73137598 |
From: J.P v. O. <je...@pb...> - 2003-10-30 11:01:48
|
Tried the new version today : checking for rrdtool... no *** Could not run rrdtool test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means rrdtool was incorrectly installed *** or that you have moved rrdtool since it was installed. configure: creating ./config.status locate rrd.h /usr/local/rrdtool-1.0.42/include/rrd.h Nogo.........unfortunately RRD was installed in its default location. Cheers J.P.. Ps System Slackware 8.1 gcc version 2.95.3 20010315 (release) 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. >> >> |
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. >> >> |
From: Nigel K. <nk...@lb...> - 2003-10-27 12:41:04
|
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. > > > |