akonadi-backend-sqlite package broken, missing symlink/wrong installdir
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
akonadi (Ubuntu) |
Fix Released
|
Medium
|
Philip Muškovac |
Bug Description
after a fresh install of kubuntu 13.10 Nightly 2013-08-28. i was adding all stuff to my system. because the mysql backend of akonadi seems broken herefor many years, i was switching again to the sqlite backend. So i've installed the akonadi-
Now i was in the akonadi controll settings and switch over to the sqlite package. but akonadi wont start again... so i looked around.
In the config file ~/.config/
after a little researche i found this on bko https:/
Sorry that i cant use apport, but it is broken atm
Related branches
summary: |
- Akonadi writes wrong driver in config file + Akonadi-sqlite package broken, missing symlink/wrong installdir |
Changed in akonadi (Ubuntu): | |
milestone: | none → ubuntu-13.10 |
Changed in akonadi (Ubuntu): | |
assignee: | nobody → Philip Muškovac (yofel) |
importance: | Undecided → Medium |
status: | New → In Progress |
--!!!!!!!--
After a little hint i've got the problem. You install the sqlite plugin for akonadi to plugins/ sqldrivers/ libqsqlite3. so
/usr/lib/
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 plugins/ sqldrivers/ libqsqlite3. so /usr/lib/ x86_64- linux-gnu/ qt4/plugins
sudo ln -s /usr/lib/
or better - install the plugin in the right directory