logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: undefined symbol: ap_ssl_var_lookup
Author
shubham08



Joined: 08 Mar 2023
Posts: 2
Location: USA, Fort Collins

PostPosted: Wed 08 Mar '23 8:34    Post subject: undefined symbol: ap_ssl_var_lookup Reply with quote

I am facing following error while restarting apache2 on linux. I am new to PHP and not able to figure out the issue. Can someone please help me resolve the issue
Cannot load modules/mod_deflate.so into server: /www/modules/mod_deflate.so: undefined symbol: ap_ssl_var_lookup

Apache version: (2.4.38-3+deb10u9
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 08 Mar '23 10:18    Post subject: Reply with quote

That is an issue that was fixed in apache 2.4.49[1]

If you can't update apache you have to load mod_ssl


[1] https://github.com/ksanchezcld/httpd-2.4.49/blob/main/CHANGES
Back to top
shubham08



Joined: 08 Mar 2023
Posts: 2
Location: USA, Fort Collins

PostPosted: Thu 09 Mar '23 0:59    Post subject: Reply with quote

Thank you for the response. I will try to load the mod_ssl
Back to top


Reply to topic   Topic: undefined symbol: ap_ssl_var_lookup View previous topic :: View next topic
Post new topic   Forum Index -> Apache