Problem in enabling mod_deflate module

Discussion in 'Apache' started by ravish112, Jun 17, 2008.

  1. #1
    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.
     
    ravish112, Jun 17, 2008 IP
  2. Paul Nis

    Paul Nis Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Paul Nis, Jun 24, 2008 IP