MySQL Forums
Forum List  »  NDB clusters

CMake Error When compiler MySQL Cluster-7.3.6 from source code
Posted by: chopin Shaw
Date: August 12, 2015 04:39AM

I compiler MySQL Cluster using source code on Debian GNU/Linux 6.0
with CMake Options :
-DCMAKE_INSTALL_PREFIX=/usr/local/mysql
-DMYSQL_UNIX_ADDR=/tmp/mysql-cluster.sock
-DMYSQL_DATADIR=/data/ndbdata
-DDEFAULT_CHARSET=utf8
-DDEFAULT_COLLATION=utf8_general_ci
-DEXTRA_CHARSETS=all
-DWITH_EMBEDDED_SERVER=0
-DMYSQL_TCP_PORT=3306
-DENABLED_LOCAL_INFILE=1
-DMYSQL_USER=mysql
-DWITH_DEBUG=0
-DWITH_SSL=yes
-DWITH_NDB_JAVA=OFF
Error:
CMake Error at storage/ndb/cmake/ndb_require_variable.cmake:24 (MESSAGE):
The variable JNI_INCLUDE_DIRS is required to build NDB
Call Stack (most recent call first):
storage/ndb/CMakeLists.txt:280 (NDB_REQUIRE_VARIABLE)

How can i fix this error?

Options: ReplyQuote


Subject
Views
Written By
Posted
CMake Error When compiler MySQL Cluster-7.3.6 from source code
1807
August 12, 2015 04:39AM


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.