[Digikam-devel] [Bug 160966] some searches don't work properly with the new sqlite3-3.5.8

Arnd Baecker arnd.baecker at web.de
Sat Apr 26 05:48:45 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 arnd.baecker web de  2008-04-26 06:48 -------
Weird with the svn, anyway, you are getting closer.... ;-)
Note that there are two places in digikamsearch.cpp
with a m_db.execSql. Did you add the output to both?

The other possibility coming to my mind is that the
paths have to be set properly and a kdeinit has to be issued
(i.e., it could be that still the old kioslave is active,
but I am not sure on this, which I always considered to be a mess ... ;-):

export DIGIKAMDEST=here_the_path_used_on_configure..... 
export KDEDIRS=$DIGIKAMDEST:/usr
export LD_LIBRARY_PATH=$DIGIKAMDEST/lib:$LD_LIBRARY_PATH
export LDPATH=$DIGIKAMDEST/lib:$LDPATH
export PATH=$DIGIKAMDEST/bin:$PATH
kdeinit

HTH, Arnd



More information about the Digikam-devel mailing list