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

Missing library libssl.so.1.1 #404

Open
numberformat opened this issue Mar 21, 2024 · 3 comments
Open

Missing library libssl.so.1.1 #404

numberformat opened this issue Mar 21, 2024 · 3 comments

Comments

@numberformat
Copy link

Starting with this command

root@minecraft:~/minecraft# docker run -dit --name='minecraft2' -p 19132:19132/udp -e EULA=TRUE -e VERSION=1.16 --restart=unless-stopped itzg/minecraft-bedrock-server

./bedrock_server-1.16.20.03: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
2024-03-21T02:00:19.163Z WARN mc-server-runner Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error. {"exitCode": 127}
2024-03-21T02:00:19.163Z INFO mc-server-runner Done

@itzg
Copy link
Owner

itzg commented Mar 21, 2024

I am unable to recreate this issue. I'm hoping somebody else will have some advice for you.

@karlchu
Copy link

karlchu commented Apr 8, 2024

Just some information that may be helpful: I get the same error when I run the container under the x86_64 architecture. However, when I run the container under the arm64 architecture, it works fine.

@numberformat
Copy link
Author

Just some information that may be helpful: I get the same error when I run the container under the x86_64 architecture. However, when I run the container under the arm64 architecture, it works fine.

Yes. I am running it on x86_64

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

3 participants