problem of installing and downloading MariaDB

hello: i have downloaded mariadb-10.0.14-linux-x86_64.tar.gz , but when i decompress this package , it has errors: this packeage is interrupted . i have triede several times, but it still has this problem. and last , i download the source code of this veision mariadb-10.0.14.tar.gz. After installing this , i try to install tokudb engine by using install soname 'ha_tokudb' , but it also has problems :ERROR 1126 (HY000): Can't open shared library '/usr/local/mariadb/lib/plugin/ha_tokudb.so' (errno: 13, cannot open shared object file: No such file or directory). In fact , i want to install the newest version of MariaDB with tokuDB engine . so what can i do ?

Answer

try to download a binary tarball from a different mirror.

if you want to compile yourself, make sure that all tokudb requirements are met. it needs cmake not older than 2.8.9 and gcc not older than 4.7. You should be able to see it in the cmake output. If it doesn't say "TOKUDB_OK" then tokudb won't be built.

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.