-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compiling failed according to development doc #21
Comments
It needs OpenSSL library. |
我也遇到相同问题,系统是centos7的 ,已经yum install openssl-devel ,还是这个错误, |
I try to install OpenSSL 1.0.2, but the same error occurs as @demian0110 |
1 similar comment
I try to install OpenSSL 1.0.2, but the same error occurs as @demian0110 |
Complile GalaxyEngine according to https://github.com/ApsaraDB/galaxysql/blob/main/docs/en/quickstart-development.md. got some errors when running cmake and make.
cmake .
-DFORCE_INSOURCE_BUILD=ON
-DWITH_DEBUG=ON
-DSYSCONFDIR="/u01/mysql"
-DCMAKE_INSTALL_PREFIX="/u01/mysql"
-DMYSQL_DATADIR="/u01/mysql/data"
-DWITH_XENGINE_STORAGE_ENGINE=OFF
-DWITH_BOOST="./extra/boost/boost_1_70_0.tar.gz"
The text was updated successfully, but these errors were encountered: