[BDS-1088] BDS can't start on Pterodactyl Created: 10/Jul/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: | AndreasHGK | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 18.10 VPS Pterodactyl control panel 0.7.14 BDS 1.12.0.28 (this is not under versions?) |
||
| Description |
|
Starting the lastest version on pterodactyl doesn't work and someone else said the same thing happens to them. It used to work before 1.12, but now when I try to start the server i get this: ./bedrock_server: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by ./libCrypto.so Yes, openssl is installed. The server works when I start it in the terminal. |
| Comments |
| Comment by IonicEcko [ 26/Feb/20 ] |
|
Thanks for letting us know it was resolved. |
| Comment by AndreasHGK [ 10/Jul/19 ] |
|
update: i fixed it using the latest egg for pterodactyl bds |
| Comment by TomG [ 10/Jul/19 ] |
|
I got the OPENSSL_1_1_1 Not Found error running bedrock_server from the terminal on Ubuntu 18.04. For me the issue was resolved by running sudo apt install openssl -y Which updated openssl to the latest (1.1.1) version. What do you get when you run openssl version On the terminal and can you run the equivalent from pterodactyl? |