[BDS-16913] Bedrock server won't start on Ubuntu 22.04 LTS Created: 29/Apr/22 Updated: 03/Feb/23 Resolved: 03/Feb/23 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.18.31, 1.19.10 |
| Fix Version/s: | 1.19.51 |
| Type: | Bug | ||
| Reporter: | lnmp4000 | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 7 |
| Labels: | None | ||
| Environment: |
Distributor ID: Ubuntu OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022) |
||
| Issue Links: |
|
||||||||||||
| Confirmation Status: | Community Consensus | ||||||||||||
| ADO: | 866891 | ||||||||||||
| Description |
|
The dedicated bedrock server fails to start with an error about libssl
./bedrock_server: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
I think this may be because Ubuntu now ships with OpenSSL 3.0.2
|
| Comments |
| Comment by Vincent Vermilya [ 17/Oct/22 ] |
|
1.19.30 fixed this, I can start it and join the server on 22.04 without library errors. |
| Comment by kalman [ 15/Aug/22 ] |
|
If you installed impish (the first comment), you will need to remove that file, install focal, then update and install.
sudo rm /etc/apt/sources.list.d/impish-security.list
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list
sudo apt-get update
sudo apt-get install libssl1.1
|
| Comment by ben.chatterton [ 13/Aug/22 ] |
|
Impish has been EOLed, so you will need to grab the file from Focal:
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list
sudo apt update && sudo apt install libssl1.1
|
| Comment by Omar Berrow [ 06/Jul/22 ] |
|
they updated the curl libs on ubuntu 22.02 you will need to install the old ones |
| Comment by Vincent Vermilya [ 05/Jul/22 ] |
|
Still a problem on Minecraft 1.19.2. |
| Comment by Steven Graham [ 12/May/22 ] |
|
Im getting this on Ubuntu too, it appears they updated the OpenSSL Version, Please fix
EDIT: I was able to resolve myself using the following commands:
echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
sudo apt-get update
sudo apt-get install libssl1.1
If this works for you, show me some gratitude! |