Re: MySQl Cluster compilation Fail on Ubuntu 16.04 (ARM)
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
Subject
Views
Written By
Posted
2069
June 14, 2017 06:47AM
889
June 21, 2017 03:20AM
919
June 23, 2017 01:47PM
Re: MySQl Cluster compilation Fail on Ubuntu 16.04 (ARM)
876
June 23, 2017 02:08PM
868
June 24, 2017 08:43AM
790
June 27, 2017 07:09PM
874
July 03, 2017 02:04PM
806
July 03, 2017 02:06PM
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.