itzg / itzg/docker-minecraft-bedrock-server

Missing library libssl.so.1.1

Open
#404 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
1.9k
Forks
303
Avg merge
2h 26m
Merged PRs (30d)
2

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the provided docker run command with VERSION=1.16 and inspect the container environment around bedrock_server-1.16.20.03 and its missing libssl.so.1.1 dependency. The issue is resolved when that server version starts successfully in the image without the shared-library error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, shell
Domain
devops, infrastructure
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.