mod_wsgi segmentation fault

ApachePython でライブラリのバージョンが違うと×

Google Code Archive - Long-term storage for Google Code Project Hosting.

This is nearly always caused due to a shared library version conflict. That is, Apache or some Apache module is linked against a different version of a library than that which is being used by a particular Python module that the WSGI application makes use of.