我正在运行Fedora 27,并且正在尝试安装Reaver 1.4
这是命令。
./configure
和结果。
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!
任何帮助,将不胜感激。
最佳答案
对于基于debian的系统,您需要安装以下软件包:sudo apt-get install sqlite3 libsqlite3-dev libpcap0.8-dev
然后再次尝试,您应该没问题
关于linux - 找不到错误的pcap库,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/47430289/