Just finished installing ubuntu 16.04.1 desktop version. Now I am trying to install libpcap. So far performed the following steps:
- Downloaded libpcap-1.8.1.tar.gz
- tar -zxvf libpcap-1.8.1.tar.gz
- cd libpcap-1.8.1
- ./configure && make && sudo make install
I am receiving the following error:
./pcap-linux.c:248:31: fatal error: netlink/genl/genl.h: No such file or directory compilation terminated Makefile:79 recipe for target 'pcap-linux.o' failed make: *** [pcap-linux.o] Error 1
What step am I missing?
I do not have internet access on this machine.