How Can I Get Package Libz. So.1?
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...
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.