在-lpcap中找不到pcap_open_live

时间:2012-06-01 14:25:09

标签: linux ubuntu libpcap

我正在尝试在Ubuntu 12.04 32bit上构建reaver。我已经构建并安装了libpcap

正在运行./configure,我收到以下错误:

  

在-lpcap中检查pcap_open_live ...否

     

错误:找不到pcap库!

非常感谢任何帮助解决这个问题。

编辑:这是配置脚本中的检查:

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_open_live in -lpcap" >&5

$as_echo_n "checking for pcap_open_live in -lpcap... " >&6; }

if test "${ac_cv_lib_pcap_pcap_open_live+set}" = set; then :

  $as_echo_n "(cached) " >&6

else

  ac_check_lib_save_LIBS=$LIBS

1 个答案:

答案 0 :(得分:12)

您需要更多库,请查看此bug report

看起来你需要(听起来很奇怪):

sudo apt-get install libpcap-dev sqlite3 libsqlite3-dev