On Sat, 29 Dec 2007, Guy Harris wrote:
Try upgrading to Flex 2.5.33 from Flex 2.5.34.
(Yes, I'm serious when I say "upgrading". Flex 2.5.34 appears to have broken
all Lex/Flex files that use %a, etc. so that they can be built on versions of
Lex that, by default, don't have tables big enough t
On Sat, 22 Dec 2007, Guy Harris wrote:
What does the command "flex --version" print?
flex 2.5.34
And what does the command
sed -n 84l scanner.l
print, when run in the libpcap source directory?
%a 18400
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubsc
On Sat, 22 Dec 2007, Guy Harris wrote:
That would be more than I need - and I also need the output of the build
process; something *EXTREMELY* strange happened in the process of building
libpcap, as scanner.o isn't defining any of the functions it's supposed to
define.
OK, I think you may
On Sat, 22 Dec 2007, Guy Harris wrote:
What does
nm -pA usr/lib/libpcap.a | egrep 'scanner\.o'
print?
/usr/lib/libpcap.a[scanner.o]:
/usr/lib/libpcap.a[scanner.o]: 00 b
/usr/lib/libpcap.a[scanner.o]: 00 s
/usr/lib/libpcap.a[scanner.o]: 04 D pcap_leng
/usr/lib/
On Sat, 22 Dec 2007, Guy Harris wrote:
[EMAIL PROTECTED] wrote:
/usr/lib/libpcap.a[gencode.o]: 00 U lex_cleanup
/usr/lib/libpcap.a[gencode.o]: 00 U lex_init
/usr/lib/libpcap.a[grammar.o]: 00 U pcap_lex
What does
ar t /usr/lib/libpcap.a
Here's the table o
On Fri, 21 Dec 2007, Guy Harris wrote:
Undefined first referenced
symbol in file
pcap_lex/usr/lib/libpcap.a(grammar.o)
lex_cleanup /usr/lib/libpcap.a(gencode.o)
lex_init
On Fri, 21 Dec 2007, Guy Harris wrote:
[EMAIL PROTECTED] wrote:
checking for libpcap... yes
checking for pcap_datalink_val_to_description in -lpcap... no
What does the config.log file for ettercap say? The tests in configure
scripts are a bit tricky to get right.
Thanks for replying. H
Hello the list. Hope everyone is having a good holiday season.
I'm looking for a bit of help with libpcap in a Solaris 9 environment,
in pursuit of compiling ettercap. I'm running into a problem that seems to
be libpcap-related, and hopefully someone has seen this.
The Environment
=