Home

Awesome

Minizip 1.1

RHEL

Our RHEL 6 machines have zlib.h version 1.2.3 so zip.c will not compile because the type z_crc_t is undefined. An easy fix, since I don't think you care about encrypting RESQML packages, is to simply compile on Linux with -DNOCRYPT. RHEL 7 seems to have zlib.h version 1.2.7 which does have the z_crc_t type however. (See issue #2)