Summary: | Digikam requires both SQlite and MySql [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | pochini |
Component: | Setup-Database | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.5.0 | |
Sentry Crash Report: | |||
Attachments: | fixes "if (!sqlite || !mysql) barf();" |
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 |
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.