Comments - MariaDB Source Code
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.
I've been trying to build the branch I checked out this morning, when I tried to build I found lots of apparent dependencies missing, which I'm trying to resolve, still struggling to get LibXml2, can anyone help, is there a more complete source download that includes dependencies ?
I want to develop plugins for an instance of MariaDB that will be specific to me.
True, most of the dependencies are not included in the source tarball, this is normal.
An easy way to get all build dependencies would be to use your package manager. For example, on Fedora it would be something like
sudo dnf builddep mariadb-server
. See corresponding pages in this Knowledge Base.Also, you don't necessarily need all build dependencies. Libxml2 is needed for the CONNECT engine, if you don't want CONNECT — you don't need libxml2.
True, most of the dependencies are not included in the source tarball, this is normal.
An easy way to get all build dependencies would be to use your package manager. For example, on Fedora it would be something like
sudo dnf builddep mariadb-server
. See corresponding pages in this Knowledge Base.Also, you don't necessarily need all build dependencies. Libxml2 is needed for the CONNECT engine, if you don't want CONNECT — you don't need libxml2.