You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the same ./configure statement, compilation works fine with 1.7.2, but in 1.7.3, the following is reported:
checking pcap.h usability... no
checking pcap.h presence... yes
configure: WARNING: pcap.h: present but cannot be compiled
configure: WARNING: pcap.h: check for missing prerequisite headers?
configure: WARNING: pcap.h: see the Autoconf documentation
configure: WARNING: pcap.h: section "Present But Cannot Be Compiled"
configure: WARNING: pcap.h: proceeding with the compiler's result
configure: WARNING: ## ----------------------------------------- ##
configure: WARNING: ## Report this to peter@people.ops-trust.net ##
configure: WARNING: ## ----------------------------------------- ##
checking for pcap.h... no
configure: error: Required pcap.h header file not found!
this is on a CentOS 7 system with libpcap-devel 1.5.3.
I've attached config.log from the failed ./configure, but the problem is a lot of errors such as the following:
/usr/include/pcap/bpf.h:91:1: error: unknown type name 'u_int'
typedef u_int bpf_u_int32;
^
If I omit --enable-nfpcapd, ./configure exits cleanly.
The text was updated successfully, but these errors were encountered:
philhagen
changed the title
cannot compile --enable-nfpcapd in 1.7.3
cannot compile nfpcapd in 1.7.3
Oct 30, 2023
using the same
./configure
statement, compilation works fine with 1.7.2, but in 1.7.3, the following is reported:this is on a CentOS 7 system with libpcap-devel 1.5.3.
I've attached config.log from the failed
./configure
, but the problem is a lot of errors such as the following:If I omit
--enable-nfpcapd
,./configure
exits cleanly.The text was updated successfully, but these errors were encountered: