Comments - Building MariaDB on Ubuntu

8 years, 6 months ago Sirotopr Moklao
This comment has the status of 'spam' and can only be seen by you.

Building mariadb-10.0 using the Debian/Ubuntu sources provided on MariaDB Repositories fails with:

dh_movefiles: debian/tmp/usr/lib/mysql/plugin/ha_oqgraph.so not found (supposed to put it in mariadb-oqgraph-engine-10.0)

The error comes from OQGraph not getting built because it depends on libboost-dev and libjudy-dev. Both these libs are not installed when we do a "apt-get source mariadb-server-10.0". Either they should be added to the build dependencies or OQGraph plugin should be removed from the build process.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.