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.soYes, openssl is installed. The server works when I start it in the terminal.
Comments 9
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 -yWhich updated openssl to the latest (1.1.1) version.
What do you get when you run
openssl versionOn the terminal and can you run the equivalent from pterodactyl?
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 -yWhich updated openssl to the latest (1.1.1) version.
What do you get when you run
openssl versionOn the terminal and can you run the equivalent from pterodactyl?
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
Which updated openssl to the latest (1.1.1) version.
What do you get when you run
On the terminal and can you run the equivalent from pterodactyl?