Custom Query (89 matches)
Results (10 - 12 of 89)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#14 | fixed | Buy air bed | perry | Matt Brown |
Description |
Since the introduction of the pcap_next_ex in r777 libtrace3 must now be linked against pcap 0.8 or greater. An explicit check for this needs to be added to the configure process as pcap 0.7 (the default in Sarge) does not contain this function. |
|||
#15 | worksforme | Buy air bed | perry | spa1 |
Description |
Linux native interfaces don't work when using the event framework. select() seems to timeout even though there should be data available to read on the input file descriptor. |
|||
#16 | fixed | Buy air bed | perry | matt@… |
Description |
The configure script checks for the presence of Bison and Flex but does not give an error if they are not present. This leads to build errors like the following make[3]: Entering directory `/home/matt/src/libtrace/libpacketdump/parser' yacc -d -oparser.tab.h parser.y make[3]: yacc: Command not found And even once bison and flex have been installed the following error is encountered until configure is rerun : -oparser.lexer.c parser.l if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../ -I../../lib -g -O2 -MT parser.lexer.lo -MD -MP -MF ".deps/parser.lexer.Tpo" -c -o parser.lexer.lo parser.lexer.c; \ then mv -f ".deps/parser.lexer.Tpo" ".deps/parser.lexer.Plo"; else rm -f ".deps/parser.lexer.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../ -I../../lib -g -O2 -MT parser.lexer.lo -MD -MP -MF .deps/parser.lexer.Tpo -c parser.lexer.c -fPIC -DPIC -o .libs/parser.lexer.o gcc: parser.lexer.c: No such file or directory gcc: no input files |