What version of wsgi? mod_wsgi 3 compiles clean and works with system
python and apache on 10.6, I dont set the arch specifically. There are
some issues with with some python modules and php, you might try
disabling mod_php and see if that is a part of the problem.
On 10-02-24 5:15 AM, webair wrote:
Hi
I am neew to python and modwsgi and i guess thats why i've got
following problem:
i compiled apache on my snow leopard with following output on the file
command:
file httpd
httpd: Mach-O 64-bit executable x86_64
also i compiled php and mysql the same was.
now the build-in python installation has following ouput with file:
file python
/usr/bin/python: Mach-O universal binary with 3 architectures
/usr/bin/python (for architecture x86_64): Mach-O 64-bit executable
x86_64
/usr/bin/python (for architecture i386): Mach-O executable i386
/usr/bin/python (for architecture ppc7400): Mach-O executable ppc
when i compile mod_wsgi with 64bit arch and load the module in
httpd.conf, i get a segmentation fault when i try to reach any page
from my apache. i guess it has something to do with the diffrent arch
settings. is there a solution how i can solve the problem without
compiling apache and php again?
thanks for the help
webair
--
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.