Dave’s Brain
Home
Search
Browse
Recent
Keywords
Other sites
Feedback
Sign in
Random
Crawlers
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