[BDS-1341] run command error Created: 23/Aug/19 Updated: 26/Feb/20 Resolved: 26/Feb/20 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.8.1.2 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | William | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 16.04.6 LTS (GNU/Linux 4.15.0-1055-azure x86_64) Superuser, Microsoft Azure server. |
||
| Issue Links: |
|
||||||||
| Description |
|
When I try to run the server I get this error: ./bedrock_server: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory |
| Comments |
| Comment by IonicEcko [ 26/Feb/20 ] |
|
Thank you for your report! I'm hoping you got this sorted. BDS is currently only supported out of the box on Ubuntu 18, for other versions or distributions you need to work out the missing dependencies. In many cases you need to have libcurl4 and openssl installed on your server. As this is a technical support issue I'm going to forward it through for closure but relate it to If you need any further support please contact the community support, linked below. Ionic Quick Links: |
| Comment by Stewart Moss [ 03/Oct/19 ] |
|
So I was not getting any joy installing the package dependencies so I found this guy had a very nice server script which prepares UBUNTU for Minecraft BDS and runs its correctly. It also stops the serer at 04:00 and makes a nightly backup and checks for new versions.
https://jamesachambers.com/minecraft-bedrock-edition-ubuntu-dedicated-server-guide/ Script can be found in the article or here https://raw.githubusercontent.com/TheRemote/MinecraftBedrockServer/master/SetupMinecraft.sh
|