1.10.8 configure can't find zlib headers zlib.h (SOLVED)

The place to discuss linux version of MakeMKV
Post Reply
calinb
Posts: 4
Joined: Sun Dec 17, 2017 2:49 am

1.10.8 configure can't find zlib headers zlib.h (SOLVED)

Post by calinb »

Building on fresh install of newly released MX-17 Linux (Debian Stretch based / amd64 architecture) results in zlib headers error.

Code: Select all

sudo apt-get install build-essential pkg-config libc6-dev libssl-dev libexpat1-dev libavcodec-dev libgl1-mesa-dev libqt4-dev
did not satisfy the zlib dependency (per the build instructions), but installing the zlib1g-dev package solved the problem.

I'm sorry that I forgot to copy and preserve the exact error message and config.log
Post Reply