Mojira Archive
BDS-8508

Undocumented dependency on Ubuntu 18.04.5 LTS Desktop

Summary

When using Ubuntu Desktop there is a dependency not mentioned in the documentation

Steps to reproduce...

  1. Download and install Ubuntu Desktop 18.04.5
  2. Download and extract the latest BDS
  3. Attempt to run using LD_LIBRARY_PATH=. ./bedrock_server

What I expected to happen...

BDS should run as the OS meets all documented requirements.

What actually happens...

The following error occurs:

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

Workaround

If you see the above error please run the following to install the required dependencies:

  • sudo apt install libcurl4

Environment

CPU: Core 2 Quad Q6600 Mobo: Optiplex 745 RAM: 4x1GB GPU: Intel Q965 IGPU Net: NetXtreme BCM5754 Gigabit Ethernet

Comments6

Nevermind, got it fixed. Just had to install libcurl3 package. That should probably be mentioned in the documentation.

I've not had this issue before on a Ubuntu 18.04 install but also haven't used 18.04.5 to my knowledge so will give this a go as soon as I can find some time to stand up a VM for it.

If I can repro this I'll confirm it so we can raise it with the devs as something that needs to go into a pre-reqs doc or something.

Restricted to helper

Please don't close as CR, its valid if its reproducible. Will give it a go as soon as I have some time.

I'm not able to reproduce this, for reference I:

  1. Downloaded the 18.04.5 iso (ubuntu-18.04.5-live-server-amd64.iso)
  2. Setup VM
  3. sudo apt install unzip
  4. mkdir /tmp/bds/
  5. cd /tmp/bds/
  6. unzip ./bedrock-server-1.16.20.03.zip
  7. LD_LIBRARY_PATH=. ./bedrock_server

This ran without the need to install any extra dependencies.

Unless you can see somewhere I went wrong this will have to be closed off as cannot reproduce.

Never mind, just gave it a try with Ubuntu Desktop and got the error.

Resolving this as CR as we can no longer reproduce this bug.

If this is still an issue please remake the bug report and include detailed reproduction steps, as well as a video showcasing the bug.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 BDS Wiki – 📖 FAQs

History9

IonicEcko

Added labels: awaiting-confirmation

Removed labels:

IonicEcko

Changed summary:

Server not launching on Ubuntu 18.04.5 LTS Undocumented dependency on Ubuntu 18.04.5 LTS Desktop

IonicEcko

Changed description:

I'm having problems launching the minecraft server on my server. It always says the same issue: "./bedrock_server: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory". Does anyone know how to fix this error? Do I have any unmet dependencies? I've been following this guide on reddit.

Summary

0

When using Ubuntu Desktop there is a dependency not mentioned in the documentation

0

Steps to reproduce...

0
    0
  1. Download and install Ubuntu Desktop 18.04.5
  2. 0
  3. Download and extract the latest BDS
  4. 0
  5. Attempt to run using LD_LIBRARY_PATH=. ./bedrock_server
  6. 0
0

What I expected to happen...

0

BDS should run as the OS meets all documented requirements.

0

What actually happens...

0

The following error occurs:

0
0

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

IonicEcko

Changed description:

Summary

0

When using Ubuntu Desktop there is a dependency not mentioned in the documentation

0

Steps to reproduce...

0
    0
  1. Download and install Ubuntu Desktop 18.04.5
  2. 0
  3. Download and extract the latest BDS
  4. 0
  5. Attempt to run using LD_LIBRARY_PATH=. ./bedrock_server
  6. 0
0

What I expected to happen...

0

BDS should run as the OS meets all documented requirements.

0

What actually happens...

0

The following error occurs:

0
0

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

0
Workaround
0

If you see the above error please run the following to install the required dependencies:
0sudo apt install libcurl3

0

IonicEcko

Changed description:

Summary

0

When using Ubuntu Desktop there is a dependency not mentioned in the documentation

0

Steps to reproduce...

0
    0
  1. Download and install Ubuntu Desktop 18.04.5
  2. 0
  3. Download and extract the latest BDS
  4. 0
  5. Attempt to run using LD_LIBRARY_PATH=. ./bedrock_server
  6. 0
0

What I expected to happen...

0

BDS should run as the OS meets all documented requirements.

0

What actually happens...

0

The following error occurs:

0
0

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

0
Workaround
0

If you see the above error please run the following to install the required dependencies:
0sudo apt install libcurl3

0

Summary

0

When using Ubuntu Desktop there is a dependency not mentioned in the documentation

0

Steps to reproduce...

0
    0
  1. Download and install Ubuntu Desktop 18.04.5
  2. 0
  3. Download and extract the latest BDS
  4. 0
  5. Attempt to run using LD_LIBRARY_PATH=. ./bedrock_server
  6. 0
0

What I expected to happen...

0

BDS should run as the OS meets all documented requirements.

0

What actually happens...

0

The following error occurs:

0
0

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

0
Workaround
0

If you see the above error please run the following to install the required dependencies:0sudo apt install libcurl3

0
    0
  • sudo apt install libcurl3
  • 0
0

IonicEcko

Confirmation Status: UnconfirmedConfirmed

Added labels: documentation

Removed labels: awaiting-confirmation

IonicEcko

Changed description:

Summary

0

When using Ubuntu Desktop there is a dependency not mentioned in the documentation

0

Steps to reproduce...

0
    0
  1. Download and install Ubuntu Desktop 18.04.5
  2. 0
  3. Download and extract the latest BDS
  4. 0
  5. Attempt to run using LD_LIBRARY_PATH=. ./bedrock_server
  6. 0
0

What I expected to happen...

0

BDS should run as the OS meets all documented requirements.

0

What actually happens...

0

The following error occurs:

0
0

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

0
Workaround
0

If you see the above error please run the following to install the required dependencies:

0
    0
  • sudo apt install libcurl3
  • 0
0

Summary

0

When using Ubuntu Desktop there is a dependency not mentioned in the documentation

0

Steps to reproduce...

0
    0
  1. Download and install Ubuntu Desktop 18.04.5
  2. 0
  3. Download and extract the latest BDS
  4. 0
  5. Attempt to run using LD_LIBRARY_PATH=. ./bedrock_server
  6. 0
0

What I expected to happen...

0

BDS should run as the OS meets all documented requirements.

0

What actually happens...

0

The following error occurs:

0
0

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

0
Workaround
0

If you see the above error please run the following to install the required dependencies:

0
    0
  • sudo apt install libcurl4
  • 0
0

[Mod] Greymagic27
Cannot Reproduce
Andrew Willett
0
2
Confirmed
416269
documentation
1.16.20