Re: [Nfdump-discuss] Compilation error for nfdump 1.5.2 - lex.yy.c not found

2007-07-16 Thread Mark D. Nagel
Ras wrote: > When I try to compile nfdump 1.5.2, it aborts with 'lex.yy.c' not found. > > : scanner.l > mv lex.yy.c scanner.c > mv: cannot stat `lex.yy.c': No such file or directory > make: *** [scanner.c] Error 1 > > > Has anyone seen this before and/or know of a work-around? > I believe

Re: [Nfdump-discuss] Router interfaces

2007-07-16 Thread Peter Haag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry folks for coming in late. I was out of the office last week. As of interface in/out: nfcapd collects the standard v9 elements NF9_INPUT_SNMP and NF9_OUTPUT_SNMP which corresponds to %in and %out in the output formats. They are also set in the c

[Nfdump-discuss] Compilation error for nfdump 1.5.2 - lex.yy.c not found

2007-07-16 Thread Ras
When I try to compile nfdump 1.5.2, it aborts with 'lex.yy.c' not found. Box is running Ubuntu 6.06, and the configure completes correctly. gcc -c -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn nfdump.c bison -y -d -v grammar.y mv y.tab.c grammar