Programming Tips - How can I fix this linker error:

Date: 2015jun26 OS: Linux Q. How can I fix this linker error:
/usr/bin/ld: cannot find -lz
A. You need zlib-devel. On RedHat/Fedora/CentOS do this:
dnf install zlib-devel