Building MariaDB on FreeBSD

You are viewing an old version of this article. View the current version here.

You can just use the MariaDB ports in the FreeBSD ports tree using the following pattern:

databases/mariadb(55)?-{client,server}

For example:

Alternatively, the following link contains a lot of information about how to build MariaDB "by hand" on FreeBSD:

http://www.rasyid.net/2010/11/07/how-to-install-mariadb-on-freebsd/

MariaDB can be compiled with spinlocks instead of mutexes. This option enables MariaDB "fast mutexes". These have disabled by default for a a number of years, and it's generally recommended not to use them.

Comments

Comments loading...
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.