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

libssl.so.1.1: cannot open shared object file: No such file or directory #509

Open
mraymond opened this issue Aug 30, 2024 · 3 comments · May be fixed by #516
Open

libssl.so.1.1: cannot open shared object file: No such file or directory #509

mraymond opened this issue Aug 30, 2024 · 3 comments · May be fixed by #516
Assignees
Labels
bug Something isn't working

Comments

@mraymond
Copy link

Describe the bug

I'm attempting to set up a unleash-edge within a docker image built on a newer OS(Debian 12.6), and when starting the container, it returns the error
/unleash-edge: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Example Dockerfile, with latest binary(19.3.0) in same directory:

FROM debian:12.6

COPY ./ /

ENTRYPOINT ["/unleash-edge"]

Steps to reproduce the bug

  1. Setup Dockerfile using later versions of OSes(Debian 12) and unleash-edge binary in same folder
  2. Run Dockerfile

Expected behavior

Should start up unleash-edge without errors

Logs, error output, etc.

/unleash-edge: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Screenshots

No response

Additional context

No response

Unleash version

19.3.0

Subscription type

Open source

Hosting type

Self-hosted

SDK information (language and version)

No response

@mraymond mraymond added the bug Something isn't working label Aug 30, 2024
@chriswk chriswk self-assigned this Aug 30, 2024
@chriswk
Copy link
Member

chriswk commented Aug 30, 2024

Hi @mraymond - With newer debians, debian uses (libssl 3.0 / openssl 3.0), I think we're still built against libssl 1.1 (openssl 1.1). I'll see if I can't get a build out with openssl 3.0. Thanks for reporting this.

@chriswk
Copy link
Member

chriswk commented Aug 30, 2024

I'm assuming you downloaded the binary from the repository here, that's still built with openssl 1.1.

I'd probably make a builder using debian 12 as well. I'll make a PR with a new Dockerfile with Openssl 3.0

@mraymond
Copy link
Author

mraymond commented Sep 3, 2024

Yep, confirming the binaries I was trying were from the releases on Github. Thanks for the future update.

@chriswk chriswk linked a pull request Sep 5, 2024 that will close this issue
@chriswk chriswk linked a pull request Sep 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants