mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-19 13:55:12 -04:00
In libclamav: if zlib version at runtime is older than at compile time, warn. If they are the same, or newer don't warn. clamconf warns always on mismatch. Mismatch can happen if: - you build zlib yourself, but as static lib and compiler picks old shared lib (but new headers!) - you have 2 zlibs installed, and the old one takes precedence Libclamav doesn't warn about mismatches due to zlib upgrades since this is normal.