docker-minecraft-bedrock-server icon indicating copy to clipboard operation
docker-minecraft-bedrock-server copied to clipboard

Missing library libssl.so.1.1

Open numberformat opened this issue 11 months ago • 3 comments

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

numberformat avatar Mar 21 '24 02:03 numberformat

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

itzg avatar Mar 21 '24 18:03 itzg

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.

karlchu avatar Apr 08 '24 23:04 karlchu

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

numberformat avatar Apr 18 '24 12:04 numberformat