https://bugs.kde.org/show_bug.cgi?id=414407
--- Comment #15 from Pedro de Carvalho Gomes <pedrogome...@gmail.com> --- I am also running Kubuntu 19.10 and I am able to compile Amarok/master and run with MariaDB. MariaDB is a complete replacement to Mysql. So it seems like a good idea to replace all Mysql packages with MariaDB ones. But especially make sure that you have libmariadbd-dev and libmariadbd19. But before you try MariaDB, let's make sure that the package that you're trying to run was correctly built. That is, it is linked to libmariadbd or libmysqld. And not to libmysqlclient. You can know it by running the following command. It lists the linkage of the amarok's Mysql embedded module: ldd /usr/lib/x86_64-linux-gnu/qt5/plugins/amarok_storage-mysqlestorage.so -- You are receiving this mail because: You are watching all bug changes.