Comment 0 for bug 1979532

Revision history for this message
Anna Born (annaborn) wrote :

The dependencies of minizip are the following:

Depends: libc6 (>= 2.14), libminizip1 (>= 1.1), zlib1g (>= 1:1.1.4)

However, the minizip required the headers from zlib1g, which will be not installed. Therefor, if zlib1g-dev is not installed on the system, the use of minizip will results in the following error.

/usr/include/minizip/unzip.h:51:10: fatal error: zlib.h: No such file or directory
   51 | #include "zlib.h"
      | ^~~~~~~~

Please correct the dependency of the package: zlib1g -> zlib1g-dev.