2014-03-31

http://webscalesql.org/

yeah , big buzz around that one :)

So I decided to check the install process:

1. Clone the repo from

2. Update the CentOs install just in case before to play with it:

3. Compile it :

Note : The final part of the prompt here “[webscalesql-5.6.17]” id the actual git branch version.

3.1 No Cmake ? The CentOS install was done without cmake etc dev tools as at production they are not needed.

Now, we need it: Install cmake

3.2 Try to compile it again?

No luck, the development tools are missing

3.3 Install ‘Development Tools’ group

3.4 Try to compile … one more time :)

So install libaio libs ..

3.5 Try to compile … again

Now the CMakeCache.txt file has to be removed in a view to start form scratch:

So follow up the hint and installed the libs:

3.6 Try to compile … :)

readline-devel was needed indeed even we installed ncurses libs

3.7 Try to compile … :)

3.8 Fix CMake Error: Problem with tar_extract_all(): Invalid argument at extracting the gmock-1.6.0.zip archive.

3.9 Try to compile it …. :)

4 Fix -std=c++11 error.

This error is ude to old gcc c++. That is fixable by installing the CentOS devtools:

After the install of devtoos you have to enable the devtoolset-1.1 bash:

The compile and the installation is done ! Finally .. :)

Done

5. Now, the post install:

All that was done inspired by the SkySQL::Global Leaders in MariaDB & MySQL blog of Mr. Kolbe Kegel at WebScaleSQL! Will it build?

Slackware4Life!


PlanetMySQL Voting:
Vote UP /
Vote DOWN

Show more