Comments - MariaDB Source Code

1 day, 11 hours ago Sergei Golubchik

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.

 
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.