Project

General

Profile

Support #283

Building MariaDB Debian Package From Source

Added by Daniel Curtis over 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Database Server
Target version:
-
Start date:
12/30/2013
Due date:
% Done:

100%

Estimated time:
3.00 h
Spent time:

Description

I am currently looking at alternatives to MySQL as it is proving to be inadequate for scaling, high availability, and replication. The most viable option would be MariaDB or Percona, I have chosen MariaDB.

  • Install dependencies:
    sudo su
    apt-get install build-essential libaio-dev bzr libtool debhelper libncurses5-dev libwrap0-dev zlib1g-dev libreadline-dev po-debconf chrpath doxygen texlive-latex-base ghostscript gawk bison hardening-wrapper cmake checkinstall
    
  • Download MariaDB via bzr:
    cd /usr/local/src
    mkdir mariadb-server-5.5
    bzr branch lp:maria/5.5 trunk
    
  • Configure, compile, and build MariaDB .deb package:
    cd 5.5
    ./configure
    make
    checkinstall -D make install
    

Also available in: Atom PDF