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

Newly released bendctl started failed for libssl.so.1.0.0 not found #3423

Closed
Xuanwo opened this issue Dec 13, 2021 · 2 comments
Closed

Newly released bendctl started failed for libssl.so.1.0.0 not found #3423

Xuanwo opened this issue Dec 13, 2021 · 2 comments
Labels
C-build Category: target build

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Dec 13, 2021

Summary

ubuntu@ip-xxxx:~/xxx/github/databend$ bendctl cluster create
bendctl: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Cause

Our release build uses libssl 1.0.0 but the most recent ubuntu uses libssl 1.1.0 instead. They are not compatible, so they are using the different soname.

In order to address this problem, we need to:

@sticnarf
Copy link

I think it's the most trouble-free solution to statically link OpenSSL in case different users can have different versions of OpenSSL installed in their system.

@Xuanwo
Copy link
Member Author

Xuanwo commented Dec 22, 2021

I start a new proposal to address this problem, PTAL: #3597

@Xuanwo Xuanwo moved this from 📋 Backlog to 🔨 In Progress in Xuanwo's Work Dec 28, 2021
@Xuanwo Xuanwo moved this from 🔨 In Progress to 📋 Backlog in Xuanwo's Work Dec 28, 2021
@PsiACE PsiACE closed this as completed Mar 16, 2022
@Xuanwo Xuanwo moved this from 📋 Backlog to 📬 Cancel in Xuanwo's Work Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-build Category: target build
Projects
None yet
Development

No branches or pull requests

4 participants