supernova15 / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

cannot load mod_wsgi.so into server undefined symbol ap_accept_lock_mech #310

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My website worked well, but it did not respond after upgrading from ubuntu 
server 13.04 to 13.10, apache2.4, mod_wsgi-3.4.

After restarting apache 2.4, I got error "cannot load mod_wsgi.so into server 
undefined symbol ap_accept_lock_mech" 

Original issue reported on code.google.com by v.salama...@gmail.com on 18 Oct 2013 at 9:25

GoogleCodeExporter commented 8 years ago
This normally indicates that you are trying to use a version of mod_wsgi 
compiled for Apache 2.2 with Apache 2.4. Ensure you have upgrade mod_wsgi to a 
compatible version for Apache 2.4, or recompile it from source code against 
Apache 2.4.

Original comment by Graham.Dumpleton@gmail.com on 18 Oct 2013 at 10:25

GoogleCodeExporter commented 8 years ago
If this was ever an issue with mod_wsgi itself, it is not known to affect more 
recent versions, closing.

Original comment by Graham.Dumpleton@gmail.com on 31 Aug 2014 at 2:25