Name: Anonymous 2006-08-10 16:49
I try to compile lorcon (loss of radio connectivity)
./configure
then
make
and I get this:
nak@usergateway:~/Desktop/lorcon$ make
/bin/sh ./libtool --mode=compile gcc -I./ -c ajinject.c -o ajinject.lo
gcc -I./ -c ajinject.c -fPIC -DPIC -o .libs/ajinject.o
ajinject.c:28:22: error: pcap-bpf.h: No such file or directory
ajinject.c: In function 'aj_setessid':
ajinject.c:276: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
make: *** [ajinject.lo] Error 1
I am running dapper drake, and ran apt-get install libpcap-dev (and it was already installed)
Where can I get the package that includes pcap-bpf.h ?!
./configure
then
make
and I get this:
nak@usergateway:~/Desktop/lorcon$ make
/bin/sh ./libtool --mode=compile gcc -I./ -c ajinject.c -o ajinject.lo
gcc -I./ -c ajinject.c -fPIC -DPIC -o .libs/ajinject.o
ajinject.c:28:22: error: pcap-bpf.h: No such file or directory
ajinject.c: In function 'aj_setessid':
ajinject.c:276: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
make: *** [ajinject.lo] Error 1
I am running dapper drake, and ran apt-get install libpcap-dev (and it was already installed)
Where can I get the package that includes pcap-bpf.h ?!