Hi,
I downloaded this archive: mariadb-10.0.10-linux-x86_64.tar.gz
I use the simple my.conf from the documentation but all the commands fail, saying that they need libaio.
$ ./scripts/mysql_install_db --defaults-file=./my.conf
Installing MariaDB/MySQL system tables in '(...)/var' ...
./bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
Installation of system tables failed! Examine the logs in
(...)/var for more information.
Ben