From e.sorge at gmail.com Tue Feb 3 21:37:08 2009 From: e.sorge at gmail.com (Enrico Sorge) Date: Tue, 3 Feb 2009 22:37:08 +0100 Subject: [dsc] Issues in compiling In-Reply-To: References: <6e393e5c0901250214o4a3e581bi1eb36630c54d8975@mail.gmail.com> Message-ID: <6e393e5c0902031337p1aedf201y44d811f1086feb07@mail.gmail.com> Hi Duane, newer version resolved my issue. Btw using Linux Debian -lenny gcc version 4.3.2 (Debian 4.3.2-1.1) Got a new one in thedsc/ ParseConfig.cc [...snip...] g++ -DHAVE_CONFIG_H -I../src/include -I../src/include -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -MT Top.lo -MD -MP -MF .deps/Top.Tpo -c Top.cc -o Top.o /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O1 -Wall -Wwrite-strings -Woverloaded-virtual -o libHapy.la -rpath /usr/local/lib Algorithm.lo Algorithms.lo Area.lo Assert.lo Buffer.lo Debugger.lo First.lo Optimizer.lo Parser.lo Pree.lo PrettyPrint.lo PreeFarm.lo Result.lo Rule.lo RuleBase.lo RuleId.lo Rules.lo SizeCalc.lo Top.lo -lnsl mkdir .libs ar cru .libs/libHapy.a Algorithm.o Algorithms.o Area.o Assert.o Buffer.o Debugger.o First.o Optimizer.o Parser.o Pree.o PrettyPrint.o PreeFarm.o Result.o Rule.o RuleBase.o RuleId.o Rules.o SizeCalc.o Top.o ranlib .libs/libHapy.a creating libHapy.la (cd .libs && rm -f libHapy.la && ln -s ../libHapy.la libHapy.la) make[3]: Leaving directory `/opt/dnsstats/DSC/dsc-200901261740/collector/TmfBase/Hapy/src' Making all in doc make[3]: Entering directory `/opt/dnsstats/DSC/dsc-200901261740/collector/TmfBase/Hapy/doc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/dnsstats/DSC/dsc-200901261740/collector/TmfBase/Hapy/doc' Making all in tests make[3]: Entering directory `/opt/dnsstats/DSC/dsc-200901261740/collector/TmfBase/Hapy/tests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/dnsstats/DSC/dsc-200901261740/collector/TmfBase/Hapy/tests' make[3]: Entering directory `/opt/dnsstats/DSC/dsc-200901261740/collector/TmfBase/Hapy' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/opt/dnsstats/DSC/dsc-200901261740/collector/TmfBase/Hapy' make[2]: Leaving directory `/opt/dnsstats/DSC/dsc-200901261740/collector/TmfBase/Hapy' g++ -g -Wall -DUSE_IPV6=1 -I ../TmfBase/Hapy/src/include -I/usr/local/include -c -o ParseConfig.o ParseConfig.cc ParseConfig.cc:54: warning: non-local variable ??? configToken??? uses anonymous type ParseConfig.cc: In function ???int getDatasetOptVal(Hapy::Pree, std::string, int&)???: ParseConfig.cc:98: error: ???atoi??? was not declared in this scope ParseConfig.cc: In function ???void ParseConfig(const char*)???: ParseConfig.cc:292: error: ???strerror??? was not declared in this scope ParseConfig.cc:293: error: ???exit??? was not declared in this scope ParseConfig.cc:300: error: ???exit??? was not declared in this scope ParseConfig.cc:313: error: ???exit??? was not declared in this scope ParseConfig.cc:317: error: ???abort??? was not declared in this scope make[1]: *** [ParseConfig.o] Error 1 make[1]: Leaving directory `/opt/dnsstats/DSC/dsc-200901261740/collector/dsc' make: *** [all] Error 2 TIA Enrico On Tue, Jan 27, 2009 at 1:44 AM, Duane Wessels < wessels at measurement-factory.com> wrote: > > > > On Sun, 25 Jan 2009, Enrico Sorge wrote: > > Assert.cc:19: error: '::abort' has not been declared >> > > I found this is a problem with the increasingly-out-of-date > Hapy library that comes with DSC code. I brought in the > recent version and made a new DSC release, so please give > this a try: > > > http://dns.measurement-factory.com/tools/dsc/download/dsc-200901261740.tar.gz > From robert.gallagher at heanet.ie Thu Feb 19 09:38:42 2009 From: robert.gallagher at heanet.ie (Rob Gallagher) Date: Thu, 19 Feb 2009 09:38:42 +0000 Subject: [dsc] Out of disk space errors on collector Message-ID: <20090219093842.1a115f08@tachikoma.heanet.ie> Hi all, We've been using DSC (200901261740) quite happily for some time, but in the last few days these errors have has been appearing in the logs on one of our collectors: Feb 19 09:07:00 holden usr/local/dsc/bin/dsc[22014]: Not enough free disk space to write XML files DSC does not write out the files resulting in gaps in the graphs. The machine has 117GB of free space and no other applications are complaining which seems to rule out the possibility of any fragmentation problems. The system is running Ubuntu Hardy with a 2.6.24 kernel. It's quite a strange problem and only seems to occur intermittently, and we haven't come across it on four other identical boxes. Anyone have any leads? rg -- Rob Gallagher | Public Key: 0x1DD13A78 HEAnet Limited, Ireland's Education and Research Network 1st Floor, 5 George's Dock, IFSC, Dublin 1. Registered in Ireland, no 275301 T: (+353-1) 6609040 F: (+353-1) 6603666 WWW: http://www.heanet.ie/ From wessels at measurement-factory.com Thu Feb 19 17:17:40 2009 From: wessels at measurement-factory.com (Duane Wessels) Date: Thu, 19 Feb 2009 10:17:40 -0700 (MST) Subject: [dsc] Out of disk space errors on collector In-Reply-To: <20090219093842.1a115f08@tachikoma.heanet.ie> References: <20090219093842.1a115f08@tachikoma.heanet.ie> Message-ID: On Thu, 19 Feb 2009, Rob Gallagher wrote: > Feb 19 09:07:00 holden usr/local/dsc/bin/dsc[22014]: Not enough free > disk space to write XML files > > DSC does not write out the files resulting in gaps in the graphs. > > The machine has 117GB of free space and no other applications are Hi Rob, Haven't heard of this problem from anyone else yet. I think you could work around this by setting minfree_bytes to 0 in the config file. Meanwhile I'll poke around on linux and see if I can figure out what might be happening. DW From robert.gallagher at heanet.ie Thu Feb 19 17:22:34 2009 From: robert.gallagher at heanet.ie (Rob Gallagher) Date: Thu, 19 Feb 2009 17:22:34 +0000 Subject: [dsc] Out of disk space errors on collector In-Reply-To: References: <20090219093842.1a115f08@tachikoma.heanet.ie> Message-ID: <20090219172234.5a00c1dc@tachikoma.heanet.ie> Hi Duane, On Thu, 19 Feb 2009 10:17:40 -0700 (MST) Duane Wessels wrote: > Haven't heard of this problem from anyone else yet. I think you > could work around this by setting minfree_bytes to 0 in the config > file. > > Meanwhile I'll poke around on linux and see if I can figure out > what might be happening. Thanks for that, I've set minfree_bytes to 0 and I'll leave it overnight to see if anything appears in the logs. rg -- Rob Gallagher | Public Key: 0x1DD13A78 HEAnet Limited, Ireland's Education and Research Network 1st Floor, 5 George's Dock, IFSC, Dublin 1. Registered in Ireland, no 275301 T: (+353-1) 6609040 F: (+353-1) 6603666 WWW: http://www.heanet.ie/ From wessels at measurement-factory.com Thu Feb 19 17:47:42 2009 From: wessels at measurement-factory.com (Duane Wessels) Date: Thu, 19 Feb 2009 10:47:42 -0700 (MST) Subject: [dsc] Out of disk space errors on collector In-Reply-To: References: <20090219093842.1a115f08@tachikoma.heanet.ie> Message-ID: On Thu, 19 Feb 2009, Duane Wessels wrote: > Meanwhile I'll poke around on linux and see if I can figure out > what might be happening. I did find a problem. Looks like I assumed some things were already 64 bits when they were not. This patch should help: Index: daemon.c =================================================================== --- daemon.c (revision 10726) +++ daemon.c (working copy) @@ -108,12 +108,12 @@ struct statvfs s; if (statvfs(".", &s) < 0) return 0; /* assume not */ - avail_bytes = s.f_frsize*s.f_bavail; + avail_bytes = (uint64_t) s.f_frsize * (uint64_t) s.f_bavail; #else struct statfs s; if (statfs(".", &s) < 0) return 0; /* assume not */ - avail_bytes = s.f_bsize*s.f_bavail; + avail_bytes = (uint64_t) s.f_bsize * (uint64_t) s.f_bavail; #endif if (avail_bytes < minfree_bytes) return 1; From robert.gallagher at heanet.ie Fri Feb 20 09:49:05 2009 From: robert.gallagher at heanet.ie (Rob Gallagher) Date: Fri, 20 Feb 2009 09:49:05 +0000 Subject: [dsc] Out of disk space errors on collector In-Reply-To: References: <20090219093842.1a115f08@tachikoma.heanet.ie> Message-ID: <20090220094905.65e215a0@tachikoma.heanet.ie> Hi Duane, On Thu, 19 Feb 2009 10:47:42 -0700 (MST) Duane Wessels wrote: > I did find a problem. Looks like I assumed some things were already > 64 bits when they were not. This patch should help: Thanks for looking into this. I've applied the patch and restarted dsc with min_free_bytes set back to the default - I'll keep an eye on the logs to see if the error reappears. rg -- Rob Gallagher | Public Key: 0x1DD13A78 HEAnet Limited, Ireland's Education and Research Network 1st Floor, 5 George's Dock, IFSC, Dublin 1. Registered in Ireland, no 275301 T: (+353-1) 6609040 F: (+353-1) 6603666 WWW: http://www.heanet.ie/ From vl at plusline.de Fri Feb 20 13:37:45 2009 From: vl at plusline.de (Volker Lieder) Date: Fri, 20 Feb 2009 14:37:45 +0100 Subject: [dsc] dsc collector on Debian Lenny make error Message-ID: <499EB229.2030808@plusline.de> Hello, i try to install dsc collector on a debian box, but get the following errors: make[2]: Leaving directory `/usr/local/src/dsc-200901261740/collector/TmfBase/Hapy' g++ -g -Wall -DUSE_IPV6=1 -I ../TmfBase/Hapy/src/include -I/usr/local/include -c -o ParseConfig.o ParseConfig.cc ParseConfig.cc:54: warning: non-local variable ' configToken' uses anonymous type ParseConfig.cc: In function 'int getDatasetOptVal(Hapy::Pree, std::string, int&)': ParseConfig.cc:98: error: 'atoi' was not declared in this scope ParseConfig.cc: In function 'void ParseConfig(const char*)': ParseConfig.cc:292: error: 'strerror' was not declared in this scope ParseConfig.cc:293: error: 'exit' was not declared in this scope ParseConfig.cc:300: error: 'exit' was not declared in this scope ParseConfig.cc:313: error: 'exit' was not declared in this scope ParseConfig.cc:317: error: 'abort' was not declared in this scope make[1]: *** [ParseConfig.o] Error 1 make[1]: Leaving directory `/usr/local/src/dsc-200901261740/collector/dsc' make: *** [all] Error 2 Any hint or solution? Regards, Volker -- Plus.line AG IP Services Tel.: +49 69 758915-0 Mainzer Landstr. 199 Fax : +49 69 758915-33 D-60326 Frankfurt http://www.plusline.net --------------------------------------------------- Amtsgericht Frankfurt a. M., HRB 53629 Vorstand: Richard Gresek, Thomas Friedl Vorsitzender: Horst E. Eckhard, Wirtschaftspruefer stellvertretender Vorsitzender: Herr Reinhard Ruehle, Rechtsanwalt Mitglied des Aufsichtsrats: Herr Johannes Leuschner, Bankdirektor a.D. From wessels at measurement-factory.com Sat Feb 21 06:03:34 2009 From: wessels at measurement-factory.com (Duane Wessels) Date: Fri, 20 Feb 2009 23:03:34 -0700 (MST) Subject: [dsc] dsc collector on Debian Lenny make error In-Reply-To: <499EB229.2030808@plusline.de> References: <499EB229.2030808@plusline.de> Message-ID: On Fri, 20 Feb 2009, Volker Lieder wrote: > Hello, > i try to install dsc collector on a debian box, but get the following > errors: > > make[2]: Leaving directory > `/usr/local/src/dsc-200901261740/collector/TmfBase/Hapy' > g++ -g -Wall -DUSE_IPV6=1 -I ../TmfBase/Hapy/src/include > -I/usr/local/include -c -o ParseConfig.o ParseConfig.cc > ParseConfig.cc:54: warning: non-local variable ' > configToken' uses anonymous type > ParseConfig.cc: In function 'int getDatasetOptVal(Hapy::Pree, > std::string, int&)': > ParseConfig.cc:98: error: 'atoi' was not declared in this scope > ParseConfig.cc: In function 'void ParseConfig(const char*)': > ParseConfig.cc:292: error: 'strerror' was not declared in this scope > ParseConfig.cc:293: error: 'exit' was not declared in this scope > ParseConfig.cc:300: error: 'exit' was not declared in this scope > ParseConfig.cc:313: error: 'exit' was not declared in this scope > ParseConfig.cc:317: error: 'abort' was not declared in this scope > make[1]: *** [ParseConfig.o] Error 1 > make[1]: Leaving directory `/usr/local/src/dsc-200901261740/collector/dsc' > make: *** [all] Error 2 Hi Volker, I have not seen this before. What version of g++ do you have installed? From vl at plusline.de Sat Feb 21 14:58:28 2009 From: vl at plusline.de (Volker Lieder) Date: Sat, 21 Feb 2009 15:58:28 +0100 Subject: [dsc] dsc collector on Debian Lenny make error In-Reply-To: References: <499EB229.2030808@plusline.de> Message-ID: <49A01694.8060300@plusline.de> Duane Wessels schrieb: > > > > On Fri, 20 Feb 2009, Volker Lieder wrote: > >> Hello, >> i try to install dsc collector on a debian box, but get the following >> errors: >> >> make[2]: Leaving directory >> `/usr/local/src/dsc-200901261740/collector/TmfBase/Hapy' >> g++ -g -Wall -DUSE_IPV6=1 -I ../TmfBase/Hapy/src/include >> -I/usr/local/include -c -o ParseConfig.o ParseConfig.cc >> ParseConfig.cc:54: warning: non-local variable ' >> configToken' uses anonymous type >> ParseConfig.cc: In function 'int getDatasetOptVal(Hapy::Pree, >> std::string, int&)': >> ParseConfig.cc:98: error: 'atoi' was not declared in this scope >> ParseConfig.cc: In function 'void ParseConfig(const char*)': >> ParseConfig.cc:292: error: 'strerror' was not declared in this scope >> ParseConfig.cc:293: error: 'exit' was not declared in this scope >> ParseConfig.cc:300: error: 'exit' was not declared in this scope >> ParseConfig.cc:313: error: 'exit' was not declared in this scope >> ParseConfig.cc:317: error: 'abort' was not declared in this scope >> make[1]: *** [ParseConfig.o] Error 1 >> make[1]: Leaving directory >> `/usr/local/src/dsc-200901261740/collector/dsc' >> make: *** [all] Error 2 > > Hi Volker, > > I have not seen this before. What version of g++ do you have installed? Hello, its a lenny-installation, gcc version 4.3.2 (Debian 4.3.2-1.1) Volker -- Plus.line AG IP Services Tel.: +49 69 758915-0 Mainzer Landstr. 199 Fax : +49 69 758915-33 D-60326 Frankfurt http://www.plusline.net --------------------------------------------------- Amtsgericht Frankfurt a. M., HRB 53629 Vorstand: Richard Gresek, Thomas Friedl Vorsitzender: Horst E. Eckhard, Witschaftspruefer stellvertretender Vorsitzender: Herr Reinhard Ruehle, Rechtsanwalt Mitglied des Aufsichtsrats: Herr Johannes Leuschner, Bankdirektor a.D. From vl at plusline.de Wed Feb 25 14:54:16 2009 From: vl at plusline.de (Volker Lieder) Date: Wed, 25 Feb 2009 15:54:16 +0100 Subject: [dsc] dsc collector on Debian Lenny make error In-Reply-To: References: <499EB229.2030808@plusline.de> Message-ID: <49A55B98.6000507@plusline.de> Duane Wessels schrieb: > > > > On Fri, 20 Feb 2009, Volker Lieder wrote: > >> Hello, >> i try to install dsc collector on a debian box, but get the following >> errors: >> >> make[2]: Leaving directory >> `/usr/local/src/dsc-200901261740/collector/TmfBase/Hapy' >> g++ -g -Wall -DUSE_IPV6=1 -I ../TmfBase/Hapy/src/include >> -I/usr/local/include -c -o ParseConfig.o ParseConfig.cc >> ParseConfig.cc:54: warning: non-local variable ' >> configToken' uses anonymous type >> ParseConfig.cc: In function 'int getDatasetOptVal(Hapy::Pree, >> std::string, int&)': >> ParseConfig.cc:98: error: 'atoi' was not declared in this scope >> ParseConfig.cc: In function 'void ParseConfig(const char*)': >> ParseConfig.cc:292: error: 'strerror' was not declared in this scope >> ParseConfig.cc:293: error: 'exit' was not declared in this scope >> ParseConfig.cc:300: error: 'exit' was not declared in this scope >> ParseConfig.cc:313: error: 'exit' was not declared in this scope >> ParseConfig.cc:317: error: 'abort' was not declared in this scope >> make[1]: *** [ParseConfig.o] Error 1 >> make[1]: Leaving directory >> `/usr/local/src/dsc-200901261740/collector/dsc' >> make: *** [all] Error 2 > > Hi Volker, > > I have not seen this before. What version of g++ do you have installed? any hints about this issue? Volker From wessels at measurement-factory.com Wed Feb 25 15:44:27 2009 From: wessels at measurement-factory.com (Duane Wessels) Date: Wed, 25 Feb 2009 08:44:27 -0700 (MST) Subject: [dsc] dsc collector on Debian Lenny make error In-Reply-To: <49A55B98.6000507@plusline.de> References: <499EB229.2030808@plusline.de> <49A55B98.6000507@plusline.de> Message-ID: On Wed, 25 Feb 2009, Volker Lieder wrote: > any hints about this issue? I'm currently away on travel in Manilla. I'll be able to debug this when I return home in 2 days. Duane W. From wessels at measurement-factory.com Fri Feb 27 21:29:28 2009 From: wessels at measurement-factory.com (Duane Wessels) Date: Fri, 27 Feb 2009 14:29:28 -0700 (MST) Subject: [dsc] dsc collector on Debian Lenny make error In-Reply-To: <49A55B98.6000507@plusline.de> References: <499EB229.2030808@plusline.de> <49A55B98.6000507@plusline.de> Message-ID: You can make the errors go away by adding these two includes in ParseConfig.cc: Index: ParseConfig.cc =================================================================== --- ParseConfig.cc (revision 11160) +++ ParseConfig.cc (working copy) @@ -1,3 +1,5 @@ +#include +#include // for strerror() #include #include From vl at plusline.de Fri Feb 27 21:47:09 2009 From: vl at plusline.de (Volker Lieder) Date: Fri, 27 Feb 2009 22:47:09 +0100 Subject: [dsc] dsc collector on Debian Lenny make error In-Reply-To: References: <499EB229.2030808@plusline.de> <49A55B98.6000507@plusline.de> Message-ID: <49A85F5D.5080701@plusline.de> Duane Wessels schrieb: > > > You can make the errors go away by adding these two includes in > ParseConfig.cc: > > Index: ParseConfig.cc > =================================================================== > --- ParseConfig.cc (revision 11160) > +++ ParseConfig.cc (working copy) > @@ -1,3 +1,5 @@ > +#include > +#include // for strerror() > > #include > #include > Hi, now i get a new error :-/ <21:46> root at ns-cache-01:/usr/local/src/dsc-200901261740/collector # make (cd dsc; test -s Makefile || ./configure ; make all) make[1]: Entering directory `/usr/local/src/dsc-200901261740/collector/dsc' g++ -o dsc base64.o generic_counter.o pcap.o ncap.o dns_protocol.o dns_message.o ip_message.o daemon.o md_array.o null_index.o qtype_index.o qclass_index.o tld_index.o rcode_index.o qnamelen_index.o qname_index.o msglen_index.o client_ipv4_addr_index.o client_ipv4_net_index.o md_array_xml_printer.o ip_direction_index.o ip_proto_index.o ip_version_index.o certain_qnames_index.o query_classification_index.o idn_qname_index.o edns_version_index.o edns_bufsiz_index.o do_bit_index.o rd_bit_index.o opcode_index.o transport_index.o dns_ip_version_index.o dns_source_port_index.o ParseConfig.o config_hooks.o hashtbl.o lookup3.o xmalloc.o inX_addr.o -L/usr/local/lib -lnsl -lresolv ../TmfBase/Hapy/src/.libs/libHapy.a pcap.o: In function `Pcap_init': /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:980: undefined reference to `pcap_open_offline' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:990: undefined reference to `pcap_open_live' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:997: undefined reference to `pcap_compile' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:999: undefined reference to `pcap_geterr' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:999: undefined reference to `pcap_geterr' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1002: undefined reference to `pcap_setfilter' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1004: undefined reference to `pcap_geterr' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1004: undefined reference to `pcap_geterr' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1007: undefined reference to `pcap_datalink' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1030: undefined reference to `pcap_datalink' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1030: undefined reference to `pcap_datalink' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1035: undefined reference to `pcap_file' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1038: undefined reference to `pcap_get_selectable_fd' pcap.o: In function `Pcap_run': /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1068: undefined reference to `pcap_dispatch' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1098: undefined reference to `pcap_dispatch' /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1110: undefined reference to `pcap_stats' pcap.o: In function `Pcap_close': /usr/local/src/dsc-200901261740/collector/dsc/pcap.c:1122: undefined reference to `pcap_close' collect2: ld returned 1 exit status make[1]: *** [dsc] Error 1 make[1]: Leaving directory `/usr/local/src/dsc-200901261740/collector/dsc' make: *** [all] Error 2 Volker -- Plus.line AG IP Services Tel.: +49 69 758915-0 Mainzer Landstr. 199 Fax : +49 69 758915-33 D-60326 Frankfurt http://www.plusline.net --------------------------------------------------- Amtsgericht Frankfurt a. M., HRB 53629 Vorstand: Richard Gresek, Thomas Friedl Vorsitzender: Horst E. Eckhard, Witschaftspruefer stellvertretender Vorsitzender: Herr Reinhard Ruehle, Rechtsanwalt Mitglied des Aufsichtsrats: Herr Johannes Leuschner, Bankdirektor a.D. From wessels at measurement-factory.com Fri Feb 27 21:49:47 2009 From: wessels at measurement-factory.com (Duane Wessels) Date: Fri, 27 Feb 2009 14:49:47 -0700 (MST) Subject: [dsc] dsc collector on Debian Lenny make error In-Reply-To: <49A85F5D.5080701@plusline.de> References: <499EB229.2030808@plusline.de> <49A55B98.6000507@plusline.de> <49A85F5D.5080701@plusline.de> Message-ID: On Fri, 27 Feb 2009, Volker Lieder wrote: > Hi, > now i get a new error :-/ $ apt-get install libpcap-dev then re-run ./configure && make From e.sorge at gmail.com Sat Feb 28 07:51:31 2009 From: e.sorge at gmail.com (Enrico Sorge) Date: Sat, 28 Feb 2009 08:51:31 +0100 Subject: [dsc] dsc collector on Debian Lenny make error In-Reply-To: References: <499EB229.2030808@plusline.de> <49A55B98.6000507@plusline.de> <49A85F5D.5080701@plusline.de> Message-ID: <6e393e5c0902272351x24f38c40u49220d43efa0b086@mail.gmail.com> The fix works for me. thanks On Fri, Feb 27, 2009 at 10:49 PM, Duane Wessels < wessels at measurement-factory.com> wrote: > > > > On Fri, 27 Feb 2009, Volker Lieder wrote: > > Hi, >> now i get a new error :-/ >> > > $ apt-get install libpcap-dev > > > then re-run ./configure && make > > _______________________________________________ > dsc mailing list > dsc at measurement-factory.com > http://www.measurement-factory.com/mailman/listinfo/dsc > From vl at plusline.de Sat Feb 28 17:13:47 2009 From: vl at plusline.de (Volker Lieder) Date: Sat, 28 Feb 2009 18:13:47 +0100 Subject: [dsc] dsc collector on Debian Lenny make error (solved) In-Reply-To: References: <499EB229.2030808@plusline.de> <49A55B98.6000507@plusline.de> <49A85F5D.5080701@plusline.de> Message-ID: <49A970CB.1010404@plusline.de> Duane Wessels schrieb: > > > > On Fri, 27 Feb 2009, Volker Lieder wrote: > >> Hi, >> now i get a new error :-/ > > $ apt-get install libpcap-dev > > > then re-run ./configure && make libcap-dev was installed, the ./configure && make was the right answer ;-) Thank you, now i can have a look on the tool :-) Regards, Volker -- Plus.line AG IP Services Tel.: +49 69 758915-0 Mainzer Landstr. 199 Fax : +49 69 758915-33 D-60326 Frankfurt http://www.plusline.net --------------------------------------------------- Amtsgericht Frankfurt a. M., HRB 53629 Vorstand: Richard Gresek, Thomas Friedl Vorsitzender: Horst E. Eckhard, Witschaftspruefer stellvertretender Vorsitzender: Herr Reinhard Ruehle, Rechtsanwalt Mitglied des Aufsichtsrats: Herr Johannes Leuschner, Bankdirektor a.D.