detrojones / reaver-wps

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

sqlite3 not found #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download 1.3 on a mint 12 system
2. type ./ configure
3. tadaaaaa

What is the expected output? What do you see instead?
It should install, instead it shows:
[...]
checking for gcc option to accept ISO C89... none needed
checking for pcap_open_live in -lpcap... yes
checking for sqlite3_open in -lsqlite3... no
error: sqlite3 library not found!

What version of the product are you using? On what operating system?
As mentioned before 1.3, 1.2 installs without trouble.

Please provide any additional information below.
As you might have guessed, i have sqlite3 installed via apt-get install sqlite3.
I found no -dev files for that. 

System is:
Linux 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:25:36 UTC 2011 i686 i686 
i386 GNU/Linux

I hoped i didnt miss nothing...

Original issue reported on code.google.com by JoeNer...@gmail.com on 3 Jan 2012 at 6:21

GoogleCodeExporter commented 9 years ago
apt-get install libsqlite3-dev

Original comment by cheff...@tacnetsol.com on 3 Jan 2012 at 6:37