View Single Post
  #4  
Old 12-18-2012, 11:23 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote