MySQL Forums
Forum List  »  NDB clusters

Re: MySQl Cluster compilation Fail on Ubuntu 16.04 (ARM)
Posted by: Super Sayan
Date: June 23, 2017 02:08PM

I have try to edit ./storage/ndb/compile-cluster for replace

cmd("cmake", @args);

by

cmd("cmake -DDOWNLOAD_BOOST=1 -DWITH_BOOST=/usr/local/boost -DENABLE_DOWNLOADS=1", @args);


But Not work


root@vpn:/home/myLinuxUser/Download/mysql-cluster-gpl-7.5.6# ./storage/ndb/compile-cluster
cmake version 3.5.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).
compile-cluster: 'cmake -DDOWNLOAD_BOOST=1 -DWITH_BOOST=/usr/local/boost -DENABLE_DOWNLOADS=1 -DWITH_SSL=bundled -DWITH_PLUGIN_NDBCLUSTER=1 -DWITH_NDB_TEST=1 -DWITH_NDBAPI_EXAMPLES=1 -DWITH_EMBEDDED_SERVER=0 /home/myLinuxUser/Download/mysql-cluster-gpl-7.5.6'
command 'cmake -DDOWNLOAD_BOOST=1 -DWITH_BOOST=/usr/local/boost -DENABLE_DOWNLOADS=1 -DWITH_SSL=bundled -DWITH_PLUGIN_NDBCLUSTER=1 -DWITH_NDB_TEST=1 -DWITH_NDBAPI_EXAMPLES=1 -DWITH_EMBEDDED_SERVER=0 /home/myLinuxUser/Download/mysql-cluster-gpl-7.5.6' failed

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.