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 @@ -711,8 +711,10 @@ AC_DEFUN(AC_LBL_LIBPCAP,
711
711
AC_CHECK_FUNC ( pcap_loop ,,
712
712
[
713
713
AC_MSG_ERROR (
714
- [ This is a bug, please follow the guidelines in CONTRIBUTING.md and include the
715
- config.log file in your report. If you have downloaded libpcap from
714
+ [
715
+ 1. Do you try to build a 32-bit tcpdump with a 64-bit libpcap or vice versa?
716
+ 2. This is a bug, please follow the guidelines in CONTRIBUTING.md and include
717
+ the config.log file in your report. If you have downloaded libpcap from
716
718
tcpdump.org, and built it yourself, please also include the config.log
717
719
file from the libpcap source directory, the Makefile from the libpcap
718
720
source directory, and the output of the make process for libpcap, as
You can’t perform that action at this time.
0 commit comments