We are running Apache/2.0.59 on HP UX 11.23 platform and while enabling mod_deflate module in http.conf file using following command : LoadModule deflate_module modules/mod_deflate.so We are getting error which says : Cannot load /globalapp/app/hpws/apache/modules/mod_deflate.so into server: Unable to find library 'libz.sl'. Ur help will be appreciated for resolving this issue. We have verified that mod_deplate.so module is present in module directory in apache.
Sounds like you're missing zlib libaries. You'll need to either compile or find a precompiled package. Thats what it seems like from your error anyway.