Re: [tcpdump-workers] error when installling in freeBSD

2006-02-20 Thread Guy Harris
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.

Re: [tcpdump-workers] error when installling in freeBSD

2006-02-20 Thread Hannes Gredler
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

Re: [tcpdump-workers] error when installling in freeBSD

2006-02-19 Thread Guy Harris
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.

Re: [tcpdump-workers] error when installling in freeBSD

2006-02-19 Thread Hannes Gredler
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

[tcpdump-workers] error when installling in freeBSD

2006-02-19 Thread PRITHU
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