[Bug 450875] New: Qt4 can't find sql plugins on 11.0
https://bugzilla.novell.com/show_bug.cgi?id=450875 Summary: Qt4 can't find sql plugins on 11.0 Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: dmueller@novell.com ReportedBy: wstephenson@novell.com QAContact: qa@suse.de Found By: --- Akonadi from 4.2 can't find QMYSQL on 11.0. libqt4-sql-mysql is installed, as well as libmysqlclient. The following testcase returns an empty QStringList on 11.0, and QMYSQL on 11.0: #include <QtCore> #include <QSqlDatabase> int main(int argc, char**argv) { qDebug() << QSqlDatabase::drivers(); return 0; } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450875 User wstephenson@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450875#c1 --- Comment #1 from Will Stephenson <wstephenson@novell.com> 2008-12-02 06:21:01 MST --- Created an attachment (id=257248) --> (https://bugzilla.novell.com/attachment.cgi?id=257248) strace of testcase Apparently the qtmysql plugin is looking for libmysqlclient_r.* that does not exist. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450875 User wstephenson@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450875#c2 --- Comment #2 from Will Stephenson <wstephenson@novell.com> 2008-12-02 06:21:34 MST --- The original report should have read "and QMYSQL on 11.1" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=450875 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=450875#c3 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #3 from Dirk Mueller <dmueller@novell.com> 2008-12-03 03:21:32 MST --- libqt4-sql-4.4.0-12.4 libqt4-sql-mysql-4.4.0-4.1 dirk@linux-exct:~/tmp/akon> ./akon ("QMYSQL3", "QMYSQL") dirk@linux-exct:~/tmp/akon> cat /etc/SuSE-release openSUSE 11.0 (i586) VERSION = 11.0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com