Hi,
./configure --prefix=/usr --with-ucdsnmp
stops with:
checking for net/bpf.h... no
configure: error: Header file net/bpf.h not found; if you installed
libpcap from source, did you also do "make install-incl"?
As yuo can see from config.log, the reason is that
gcc -E -I$(top_srcdir) -I$(top_srcdir)/wiretap -I/usr/local/include
conftest.c >/dev/null 2>conftest.out
gives the warning:
cpp0: warning: changing search order for system directory
"/usr/local/include"
cpp0: warning: as it has already been specified as a non-system
directory
That's why, ac_err=`grep -v '^ *+' conftest.out | grep -v
"^conftest.${ac_ext}\$"` is not empty.
It would be good, if you could fix this.
Juergen
Powered by MHonArc 2.6.10