mojira.dev
BDS-1088

BDS can't start on Pterodactyl

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 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 -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?

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?

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?

update: i fixed it using the latest egg for pterodactyl bds

update: i fixed it using the latest egg for pterodactyl bds

update: i fixed it using the latest egg for pterodactyl bds

Thanks for letting us know it was resolved.

Thanks for letting us know it was resolved.

Thanks for letting us know it was resolved.

AndreasHGK

(Unassigned)

Retrieved