Hello,

sorry for that.

Indeed, bpf.h is provided in libpcap0.7-dev but not in libpcam0.8-dev.

I don't have the expertise to investigate this further. So, unless
someone with such expertise comes up with a cooked solution, I only
can leave this bug aside...

Please, could you apply attached patch instead and after that run following commands:

  cp /usr/share/misc/config.* .
  aclocal-1.4
  autoconf

The <net/bpf.h> is not included directly from any wipl source file,
the content is in <pcap-bpf.h> which is included from <pcap.h>.

Sorry for not catching this before.

Petr


diff -u wipl-20020601/debian/control wipl-20020601/debian/control
--- wipl-20020601/debian/control
+++ wipl-20020601/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Carlo Contavalli <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.16), libpcap0.7-dev, bison|byacc, flex
+Build-Depends: debhelper (>= 4.1.16), libpcap0.8-dev, bison|byacc, flex
 Standards-Version: 3.6.2
 
 Package: wipl-daemon
only in patch2:
unchanged:
--- wipl-20020601.orig/acinclude.m4
+++ wipl-20020601/acinclude.m4
@@ -59,8 +59,6 @@
         CPPFLAGS="$CPPFLAGS $PCAP_INCLUDE"
 
         # Pcap header checks
-        AC_CHECK_HEADER(net/bpf.h,,
-            AC_MSG_ERROR([[Header file net/bpf.h not found; if you installed 
libpcap from source, did you also do \"make install-incl\"?]]))
         AC_CHECK_HEADER(pcap.h,, AC_MSG_ERROR(Header file pcap.h not found.))
 
         #

Reply via email to