Installing on old Linux version

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

The following lists some typical errors that may happen when you try to use an incompatible MariaDB binary on a linux system:

The following errors you can get if you try to install a MariaDB version made 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)

or

./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 get any of the above errors, the binary MariaDB package you installed is not compatible with your system.

The options you have are:

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.