Programming Tips - C/C++: How can I fix this linker error:

Date: 2015jun26 OS: Linux Q. C/C++: 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