Comment 1 for bug 1218820

Revision history for this message
Sandra Karuving (lumks) wrote : Re: Akonadi-sqlite package broken, missing symlink/wrong installdir

--!!!!!!!--

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