This article lists some typical errors that may happen when you try to use an incompatible MariaDB binary on a linux system:
The following example errors are from trying to install MariaDB built for SuSE 11.x on a SuSE 9.0 server:
> scripts/mysql_install_db ./bin/my_print_defaults: /lib/i686/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/my_print_defaults)
and
> ./bin/mysqld --skip-grant & ./bin/mysqld: error while loading shared libraries: libwrap.so.0: cannot open shared object file: No such file or directory
If you see either of the above errors, the binary MariaDB package you installed is not compatible with your system.
The options you have are:
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/installing-on-an-old-linux-version/