我试图在我的 ubuntu 18.04 中安装 reaver,但我收到了这条消息
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for pcap_open_live in -lpcap... no
error: pcap library not found!
但我已经安装了 libpcap0.8 和 libpcap0.8-dev
安装 libpcap-devel 是必要的
configure
通常会创建一个日志文件,其中包含gcc
. 您必须调查错误是什么。您还可以打开
configure
脚本以查看究竟出了什么问题。该脚本将包含一个使用的测试程序pcap
和一个用于编译它的命令行。您可以从那里复制测试程序并尝试使用相同的命令行手动编译。此类错误的可能原因是缺少或配置错误
pkg-config