On 12 January 2011 01:52, Thomas <[email protected]> wrote:
> Hi
>
> I followed the instructions on how to build and install mod_wsgi.
> All went fine and without errors.
>
> But when I uncomment this line in my httpd.conf:
>
> #LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so
>
> I get the following error when trying to start apache:
>
> [Tue Jan 11 15:41:23 2011] [notice] child pid 9247 exit signal
> Segmentation fault (11)
>
> (1-3 errors per second)
> When line is commmented all is working.
> It's on debian lenny and apache version: Apache/2.2.9 (Debian)
>
> None of the explanations on the common errors page in the wiki seems
> to apply.
> Any help would be appreciated.

You will need to be more specific about what things you have eliminated.

Did you do Python library sanity check mentioned in:

  
http://code.google.com/p/modwsgi/wiki/CheckingYourInstallation#Python_Shared_Library

Did you eliminate possibility that mod_python loaded at the same time
and all the Python version mismatch problems mentioned in:

  
http://code.google.com/p/modwsgi/wiki/InstallationIssues#Using_ModPython_and_ModWsgi

and other stuff also mentioned in that documentation?

Did you try disabling PHP if also loading that into Python?

Did you try and get a stack trace from gdb following procedure in:

  
http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Debugging_Crashes_With_GDB

Unless you are quite detailed about exactly what you checked and tried
to validate setup and debug it, very hard to guess. The above things
are only some of the problems that could arise.

So, provide some extra detail, including whether using system wide
Python or separately installed Python. Whether using OS supplied
Apache or your own and where these are all installed. And what other
non standard Apache modules are being loaded, eg. PHP etc.

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to