File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -856,8 +856,10 @@ AC_DEFUN(AC_LBL_LIBPCAP,
856
856
AC_CHECK_FUNC ( pcap_loop ,,
857
857
[
858
858
AC_MSG_ERROR (
859
- [ This is a bug, please follow the guidelines in CONTRIBUTING.md and include the
860
- config.log file in your report. If you have downloaded libpcap from
859
+ [
860
+ 1. Do you try to build a 32-bit tcpdump with a 64-bit libpcap or vice versa?
861
+ 2. This is a bug, please follow the guidelines in CONTRIBUTING.md and include
862
+ the config.log file in your report. If you have downloaded libpcap from
861
863
tcpdump.org, and built it yourself, please also include the config.log
862
864
file from the libpcap source directory, the Makefile from the libpcap
863
865
source directory, and the output of the make process for libpcap, as
You can’t perform that action at this time.
0 commit comments