MySQL Forums
Forum List  »  NDB clusters

Re: MySQl Cluster compilation Fail on Ubuntu 16.04 (ARM)
Posted by: Mikael Ronström
Date: June 24, 2017 08:43AM

What I do when I compile is the following.
Download BOOST tarball and place it somewhere
after unpacking it. Let's assume I place it in
/home/mikael/boost_root

Next I do:
export BOOST_ROOT=/home/mikael/boost_root
storage/ndb/compile-cluster

To install in different place use --prefix=/where/to/place/install
If you don't need NODEJS then do:
export WIH_NDB_NODEJS_DEFAULT="0"
If you don't need Java API then do:
export WITH_NDB_JAVA_DEFAULT="0"
If I want debug version I add --with-debug

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.