I am trying to install mod_wsgi.so on my VPS runninr Centors 5.21. I installed python 2.6 and compiled mod_wsgi. It all worked with ought an error. When i include the mod_wsgi.so in Apache i get the error:
mod_wsgi.so: undefined symbol: ap_close_listeners ---
I searched google with no luck. Any ideas? Tnx.
The mod_wsgi.so was compiled against a more recent version of Apache develelopment package than the version of Apache you are deploying to. Ensure that the core Apache package and development package version that you are compiling against are for the same version of Apache and you should be fine. Also ensure you are using most recent mod_wsgi version.