PRITHU wrote:
I was trying to install tcpdump 3.8.3 in freeBSD
5.4,
The current version is 3.9.4; you might try that instead.
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
also .. do you have libpcap installed ?
---
pls try a "make clean;make" - /hannes
PRITHU wrote:
Dear all,
I was trying to install tcpdump 3.8.3 in freeBSD
5.4, I get the following error -
tcpdump.o(.text+0x8f6): In function `main':
: undefined reference to `pcap_debug'
I have also pass
Hannes Gredler wrote:
pls try a "make clean;make" - /hannes
Or even try "make distclean; configure; make".
-
This is the tcpdump-workers list.
Visit https://lists.sandelman.ca/ to unsubscribe.
pls try a "make clean;make" - /hannes
PRITHU wrote:
Dear all,
I was trying to install tcpdump 3.8.3 in freeBSD
5.4, I get the following error -
tcpdump.o(.text+0x8f6): In function `main':
: undefined reference to `pcap_debug'
I have also passsed --enable-yydebug to libpcap's
configure sc
Dear all,
I was trying to install tcpdump 3.8.3 in freeBSD
5.4, I get the following error -
tcpdump.o(.text+0x8f6): In function `main':
: undefined reference to `pcap_debug'
I have also passsed --enable-yydebug to libpcap's
configure script. But it still gives the same error.
Any help?
Tha