There generally aren't locations for files that you need to manage in Linux. either the system library is installed or it isn't.
You can try running ldconfig -v as root and see if zlib is listed. You should also verify that -lz is on the linker line in the makefile. It's there in the default makefile, but if you modified anything perhaps it went missing.
|