Whoiscart + RH9 + DA

After figuring out what the problem was, I am amazed it did not affect more systems. The only reason I can think of that would cause it to work on most other systems, was if it was using the OS installed zlib which usually supplies both a static and shared library, and linkers will always choose a shared library over a static if both exist.

Glad I could help, and I'm glad that I can now rebuild on my server, instead of building on my home computer and uploading to the server. Plus I learned a good lesson, always test the updates on a non-production system. Being a software developer, I should know this, cause all of our big customers do this and for a good reason. Of course when I write software it is always in a non-production environment.
 
Back
Top