--!!!!!!!--

After a little hint i've got the problem. You install the sqlite plugin for 
akonadi to 
/usr/lib/plugins/sqldrivers/libqsqlite3.so
But Qt looks for plugins at

qmake -query QT_INSTALL_PLUGINS

which is /usr/lib/x86_64-linux-gnu/qt4/plugins

so to get a working plugin we need to symlink 
sudo ln -s /usr/lib/plugins/sqldrivers/libqsqlite3.so 
/usr/lib/x86_64-linux-gnu/qt4/plugins

or better - install the plugin in the right directory

** Summary changed:

- Akonadi-sqlite package broken, missing symlink/wrong installdir
+ akonadi-backend-sqlite package broken, missing symlink/wrong installdir

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to akonadi in Ubuntu.
https://bugs.launchpad.net/bugs/1218820

Title:
  akonadi-backend-sqlite package broken, missing symlink/wrong
  installdir

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1218820/+subscriptions

-- 
kubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to