解决configure error can't find pcap.h You're not going to get very far without libpcap.

缺少libpcap libpcap-devel这两个包,

1
yum install libpcap libpcap-devel

就可以安装好了,继续,就没有错误了.