Forums Archived

This forum has been archived. No new posts can be made and no new users can sign up. It remains here for reference only.

Find the new forums here

Docker Minecraft bedrock missing library

  • 419 Views
  • Last Post 05 May 2020
  • Topic Is Solved
kenryo posted this 03 May 2020

Running some minecraft servers on my laptop using containers, however when attempting to run Minecraft bedrock edtiion rsults in the following:

/AMP/./Minecraft/bedrock_server: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory

For now I'll run it without docker but it's odd that the library was not included in the docker image for this. Just wanted to place this here in case anyone has a beter clue whats happening.

System: Pop!_OS 20.04 Docker 19.03.8, build afacb8b7f0

Order By: Standard | Newest | Votes
Mike posted this 03 May 2020

Which docker image is this?

kenryo posted this 03 May 2020

docker says its cubecoders/ampbase:java8

Scott posted this 04 May 2020

Hi, I have the same issue with Bedrock.

/AMP/./Minecraft/bedrock_server: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory

Mike posted this 04 May 2020

I'll be adding the required library for Bedrock in the docker container for the next update.

  • Liked by
  • kenryo
odeawan posted this 05 May 2020

I had this issue without docker and bedrock. I was using Debian 10 which doesn't include curl in the base install anymore. Resolved by 'apt install curl'

Close