cristianct87 / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

./configure fails as pcap is not found #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
0. What version of Reaver are you using?  (Only defects against the latest
version will be considered.)
r69
1. What operating system are you using (Linux is the only supported OS)?
ubuntu 11.10

According libpcap is installed

sudo apt-get install libpcap-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libpcap-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.

According to this it isn't?

./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!

Tried multiple removes, libpcap compiles from source - which did not work.
Ran from backtrack without problems, though. (running from backtrack is not an 
option)

Original issue reported on code.google.com by mojavo...@gmail.com on 6 Jan 2012 at 8:16

GoogleCodeExporter commented 8 years ago
For Kali what i must do?

Original comment by vlad.lar...@gmail.com on 7 Jun 2015 at 4:27

GoogleCodeExporter commented 8 years ago
sudo apt-get install libsqlite3-dev libpcap0.8-dev 
work for mi in Debian 8

Original comment by AdnerVL on 15 Jul 2015 at 1:14