I'm trying to cross compile fwknop 2.6.5 on Debian Wheezy:

aic0azee@localhost:~$ make ./configure --host=arm-linux-musleabihf 
--prefix=/home/aic0azee/fwknop --enable-udp-server --disable-client 
--with-iptables=/sbin/iptables

...
fwknop-2.6.5 configuration.
==========================================================
     Client build:               no
     Server build:               yes
     GPG encryption support:     no

     Installation prefix:        /home/aic0azee/fwknop

Server support:
     firewall type:              iptables
     firewall program path:      /sbin/iptables

UDP server mode enabled, no libpcap dependency

aic0azee@localhost:~$ make

...
arm-linux-musleabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I ../lib -I 
../common -DSYSCONFDIR=\"/home/aic0azee/fwknop/etc\" 
-DSYSRUNDIR=\"/home/aic0azee/fwknop/var\"   -g -O2 -Wall -Wformat 
-Wformat-security -fstack-protector-all -fstack-protector -fPIE 
-D_FORTIFY_SOURCE=2 -MT fwknopd-pcap_capture.o -MD -MP -MF 
.deps/fwknopd-pcap_capture.Tpo -c -o fwknopd-pcap_capture.o `test -f 
'pcap_capture.c' || echo './'`pcap_capture.c
pcap_capture.c:33:18: fatal error: pcap.h: No such file or directory
compilation terminated.
make[2]: *** [fwknopd-pcap_capture.o] Error 1
make[2]: Leaving directory `/home/aic0azee/fwknop-2.6.5/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aic0azee/fwknop-2.6.5'
make: *** [all] Error 2

Any ideas why this is happening?


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fwknop-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fwknop-discuss

Reply via email to