Created attachment 52171 [details] fixes "if (!sqlite || !mysql) barf();" Version: 1.4.0 (using KDE 4.3.3) OS: Linux It complains "Run-time Qt4 SQLite or MySQL database plugin is not available" and it exits. Reproducible: Always Steps to Reproduce: Just run digikam. Expected Results: AFAICS Digikam needs SQlite or MySql, not both at the same time. The attached patch fixes the bug.
SVN commit 1182157 by mwiesweg: Apply patch by pochini@shiny.it: require only one db driver (not tested the implications when only MySQL is available and not SQLite3) BUG: 253043 M +2 -1 NEWS M +1 -1 digikam/main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1182157