itzg / itzg/docker-minecraft-bedrock-server
Missing library libssl.so.1.1
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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