detrojones / reaver-wps

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

v1.3 sqlite 3 library not detected correctly #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"Installation" would not work as ./configure shows

checking for sqlite3_open in -lsqlite3... no
error: sqlite3 library not found!

despite clearly havin installed the sqlite3 packages.

It could be an error on my end, however, installation of v1.1 works just 
fine on the same system.

Original issue reported on code.google.com by seb.paul...@googlemail.com on 11 Jan 2012 at 12:00

GoogleCodeExporter commented 9 years ago
Issue 122 has been merged into this issue.

Original comment by cheff...@tacnetsol.com on 11 Jan 2012 at 12:09

GoogleCodeExporter commented 9 years ago
The sqlite requirement was introduced in version 1.3.

What system are you running on? What sqlite packages did you install? You need 
to have the development packages (e.g., 'apt-get install libsqlite3-dev' if you 
are on a debian system).

Original comment by cheff...@tacnetsol.com on 11 Jan 2012 at 12:11

GoogleCodeExporter commented 9 years ago
I am on Linux Mint 10.

I didn't have the dev packages installed, did that now but the error message 
stays.
Maybe because apt-get automatically installs libsqlite0-dev instead of 
libsqlite-dev?

Original comment by seb.paul...@googlemail.com on 11 Jan 2012 at 12:22

GoogleCodeExporter commented 9 years ago
You will need libsqlite3-dev; is libsqlite3-dev not an available package in 
linux mint?

Original comment by cheff...@tacnetsol.com on 11 Jan 2012 at 12:27

GoogleCodeExporter commented 9 years ago

Original comment by cheff...@tacnetsol.com on 11 Jan 2012 at 4:46

GoogleCodeExporter commented 9 years ago
Fixed. It seems like only the newest Mint Versions have that in the repository, 
the older ones resort to libsqlite0-dev

Thanks a lot!

Original comment by seb.paul...@googlemail.com on 11 Jan 2012 at 4:55