snprintf package should have a "make install" option. That is usually the way to install custom libraries that otherwise don't have a package manager. It will usually toss it into /usr/local/lib
Check the makefile for snprintf
After install, reconfigure zlib, you may have to delete the config.cache before rerunning the configure step so it finds the library
Main Topics
Browse All Topics





by: lostinspace9Posted on 2009-06-25 at 20:17:35ID: 24717772
Points increased and added the code for zlib's configure.