|
|
Subject: Re: Problem compiling tcpdump-3.8.3 - msg#00053
List: network.tcpdump.devel
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 script. Everything seems to be
okay now.
Thanks,
--
Gerard Beekmans
/* If Linux doesn't have the solution, you have the wrong problem */
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Problem compiling tcpdump-3.8.3
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:00000940 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 tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
Next Message by Date:
click to view message preview
Re: Problem compiling tcpdump-3.8.3
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 pass
--enable-yydebug to libpcap's configure script. Everything seems to be
okay now.
That's bizarre - the config.log file you sent seems to show no error
when the tcpdump configure script was looking for pcap_debug, but "nm"
didn't show it being defined by libpcap.a.
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
Previous Message by Thread:
click to view message preview
Re: Problem compiling tcpdump-3.8.3
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:00000940 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 tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
Next Message by Thread:
click to view message preview
Re: Problem compiling tcpdump-3.8.3
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 pass
--enable-yydebug to libpcap's configure script. Everything seems to be
okay now.
That's bizarre - the config.log file you sent seems to show no error
when the tcpdump configure script was looking for pcap_debug, but "nm"
didn't show it being defined by libpcap.a.
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
|
|