当前位置: 首页 > 知识库问答 >
问题:

错误pcap库未找到[重复]

公孙霖
2023-03-14

我正在运行Fedora27,我正在尝试安装Reaver1.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!

任何帮助都将不胜感激。

共有2个答案

彭风华
2023-03-14

解决了的

我错过了一个图书馆我所做的就是:

yum install sqlite-devel

然后一切都会好起来。

谢谢你试着帮助我。

梁嘉祥
2023-03-14

对于基于debian的系统,您需要安装以下软件包:

sudo apt get install sqlite3 libsqlite3 dev libpcap0。8-dev

然后试试/再次配置,您应该会没事的

 类似资料:
  • 对于这种类型的错误,我在cocoapods中遵循了faq,似乎没有任何工作。任何帮助都很感激。 整个错误如下所示 Ld build/products/debug-iphonesimulator/komunety.app/komunety normal i386 cd/users/lawrenceflancbaum/dropbox/appledev/appdev/komunety export ip

  • 我在创建新项目时遇到了这个错误。我试图解决,但找不到任何解决方案。

  • 我有一个非常奇怪的问题与和。当我尝试和推动,我得到: 我添加了远程: 有什么想法吗?

  • 作为一个android工作室的新手,我不知道如何阻止这个错误,即使查看其他帖子。我不明白如何在清单中添加活动。这是我的舱单:

  • 我不确定我是应该回应这个帖子(CodenameOne在构建后停止工作)还是发布一个新的帖子。 我使用的IDE是IntelliJ。当我打开一个codename one project时,它无法识别它是一个codename one project(codename one按钮是灰色的)。

  • 一旦我导入FormsMoules我开始得到这个错误。我正在使用MatFormField,它似乎无法与FormsMoules一起工作。