[Tomahawk-users] pcap-int.h: No such file or directory
Brought to you by:
bsmith1180,
dkolbly
From: <yu...@af...> - 2007-04-05 04:20:10
|
hello, I am trying to make tomahawk 1.1 using fedora core 5 machine by typing the command, [root@localhost tomahawk1.1]# make -f Makefile.independent rm -f tomahawk gcc -O2 -pipe -Wall -funroll-loops -fomit-frame-pointer -minline-all-stringops -DNDEBUG -DHAVE_CONFIG_H `libnet-config --defines` -o tomahawk tomahawk.c eventloop.c packetutil.c alloc.c -lnsl /usr/lib/libpcap.a tomahawk.c:39:22: pcap-int.h: No such file or directory make: *** [tomahawk] Error 1 I installed libpcap-0.8.1 from sourceforge. Still, I am getting this error. Plz suggest a fix. Thanks in advance. --yuvaraj. |