Can't configure using BUILD/autorun.sh, missing component

Hi

I'm trying to install MardiaDB on a RH7 enterprise linux server, from the mariadb source (10.1.14)

when trying to configure i got this error :

CMake Error at storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake:180 (message): /usr/bin/c++ doesn't support -std=c++11 or -std=c++0x, you need one that does.

I already have the latest version, can your help ?

Answer Answered by Brian Evans in this comment.

Either disable TokuDB by adding -DPLUGIN_TOKUDB=NO to the cmake command or install and use gcc 4.7 or greater to build MariaDB with the TokuDB engine

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.