6月10

libpcap error

| |
14:36Linux  
ERROR! Libpcap library/headers (libpcap.a (or .so)/pcap.h)
not found, go get it from http://www.tcpdump.org
or use the --with-libpcap-* options, if you have it installed
in unusual place. Also check if your libpcap depends on another
shared library that may be installed in an unusual place

原因:没安装libpcap-devel所致。
解决:安装libpcap-devel即可。
阅读(432) | 评论(0) | 引用(0)