On Oct 22, 2004, at 3:50 PM, Gerard Beekmans wrote:
On Fri, 2004-10-22 at 12:21, Guy Harris wrote:
nm -o ../libpcap-0.8.3/libpcap.a | egrep pcap_debug
print?"
Nothing as a matter of fact. Thanks for the clue though, I got it
working now. To get that pcap_debug symbol compiled in I had to pa
On Fri, 2004-10-22 at 12:21, Guy Harris wrote:
> nm -o ../libpcap-0.8.3/libpcap.a | egrep pcap_debug
>
> print?"
Nothing as a matter of fact. Thanks for the clue though, I got it
working now. To get that pcap_debug symbol compiled in I had to pass
--enable-yydebug to libpcap's configure scr
Gerard Beekmans wrote:
What does
nm -o ../libpcap-0.8.3/libpcap.a | egrep pcap_dump
print, and...
../libpcap-0.8.3/libpcap.a:savefile.o:0940 T pcap_dump
Sorry, brain fart. I meant to say "What does
nm -o ../libpcap-0.8.3/libpcap.a | egrep pcap_debug
print?"
-
This is the tcpdum
On Fri, 2004-10-22 at 01:56, Guy Harris wrote:
> Gerard Beekmans wrote:
>
> > tcpdump.o(.text+0x947): In function `main':
> > : undefined reference to `pcap_debug'
> > collect2: ld returned 1 exit status
>
> What does
>
> nm -o ../libpcap-0.8.3/libpcap.a | egrep pcap_dump
>
> print, and..
Gerard Beekmans wrote:
tcpdump.o(.text+0x947): In function `main':
: undefined reference to `pcap_debug'
collect2: ld returned 1 exit status
What does
nm -o ../libpcap-0.8.3/libpcap.a | egrep pcap_dump
print, and...
Configure did check for, and found, pcap_debug:
checking whether pcap_debug