Glam Prestige Journal

Bright entertainment trends with youth appeal.

I'm trying to make a Minecraft bedrock edition server and I can't make it work cause of a library called libz.so.1. The following error pops up 'cannot open shared library libz.so.1'.

I have tried installing and updating zlib1g but it made no difference.

1 Answer

You need the development libraries for zlib1g, not just the runtime environment.

sudo apt install zlib1g-dev will install the underlying development libraries that your compiler is trying to find.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy