Hi john,

It looks like some functions are missing in libpcap0.7 :)

Let's try to install libpcap0.8 on your system.

You can grab libpcap0.8 from the Debian archive this way:

$ dget 
http://ftp.de.debian.org/debian/pool/main/libp/libpcap/libpcap_1.1.1-2+squeeze1.dsc

You will have a message about a public key not available, but do not worry 
about it. As a consequence, the package will not be unpacked.

I took this one since the latest libpcap package required packages you will 
not have on your system to be able to build it.

To unpack it, run dpkg-source:

$ dpkg-source -x libpcap_1.1.1-2+squeeze1.dsc

$ head -n 10 libpcap-1.1.1/debian/control 
Source: libpcap
Section: devel
Priority: optional
Maintainer: Romain Francoise <[email protected]>
Build-Depends: debhelper (>= 7.0.50~),
               flex,
               bison,
               perl,
               autotools-dev,
               linux-libc-dev (>= 2.6.27) [i386]

indicates which packages you have to install to build the new libpcap package.

To see which libc you have installed on your system :

$ apt-cache policy linux-libc-dev
linux-libc-dev:
  Installé : 3.10.3-1
  Candidat : 3.10.5-1
 Table de version :
     3.11~rc4-1~exp1 0
          1 http://ftp.debian.org/debian/ experimental/main amd64 Packages
     3.10.5-1 0
        500 http://ftp.de.debian.org/debian/ unstable/main amd64 Packages
 *** 3.10.3-1 0
        100 /var/lib/dpkg/status

on my system (as example).

$ sudo apt-get install flex bison autotools-dev

Then go to the libpcap-1.1.1 directory and run:

$ dpkg-buidlpackage

It it works, you can install first libpcap0.8 and then libpcap0.8-dev with:

# dpkg -i <package>

I think once you get them installed you should be able to build fwknop from 
sources. 

Regards,

-- 
Franck Joncourt

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fwknop-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fwknop-discuss

Reply via email to