[Digikam-devel] [Bug 160966] some searches don't work properly with the new sqlite3-3.5.8
Andi Clemens
andi.clemens at gmx.net
Thu Jun 19 20:25:26 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=160966
------- Additional Comments From andi.clemens gmx net 2008-06-19 21:25 -------
Hi,
as mentioned before we tried to restrict the usage of sqlite3 to versions >= 3.5.9, but the current sqlite3 package seems to have problems with its own version number.
sqlite3.pc from current sqlite3-3.5.9:
======================================
# Package Information for pkg-config
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SQLite
Description: SQL database engine
Version: 3.5
Libs: -L${libdir} -lsqlite3
Libs.private: -lpthread
Cflags: -I${includedir}
======================================
So autotools were not able to find the currently installed sqlite3-3.5.9 installation. All those problems with sqlite within the last two months made us decide to include a working copy into digiKam.
More information about the Digikam-devel
mailing list