Skip to content
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

Open
demian0110 opened this issue Jun 24, 2022 · 4 comments
Open

compiling failed according to development doc #21

demian0110 opened this issue Jun 24, 2022 · 4 comments

Comments

@demian0110
Copy link

demian0110 commented Jun 24, 2022

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"

image
image

@demian0110 demian0110 changed the title Would you please offer RPM spec file and image build script for galaxykube? compiling failed according to development doc Jun 24, 2022
@songleiwang
Copy link
Collaborator

songleiwang commented Jun 24, 2022

It needs OpenSSL library.
If your system is Debian or ubuntu, the version of OpenSSL should be 1.0.2.

@triumph
Copy link

triumph commented Sep 27, 2022

我也遇到相同问题,系统是centos7的 ,已经yum install openssl-devel ,还是这个错误,
之后 安装编译了 extra/openssl-1.1.0l/ 自带的openssl a 安装到 /usr/local/openssl-1.1.0l/, cmake的是 添加 -DWITH_SSL=”/usr/local/openssl-1.1.0l/“ 结果还是一样。郁闷

@remones
Copy link

remones commented Oct 11, 2022

It needs OpenSSL library. If your system is Debian or ubuntu, the version of OpenSSL should be 1.0.2.

I try to install OpenSSL 1.0.2, but the same error occurs as @demian0110

1 similar comment
@remones
Copy link

remones commented Oct 11, 2022

It needs OpenSSL library. If your system is Debian or ubuntu, the version of OpenSSL should be 1.0.2.

I try to install OpenSSL 1.0.2, but the same error occurs as @demian0110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants