Graham King wrote:
>
>
> paolo wrote:
>
>>Hi, I had problems running Django with mod_python, so I had the
>>possibility to investigate and obtain some detailed info, which I'd
>>like to share here.
>>
>>I'd like to suggest "Expat Causing Apache Crash", which explains
>>problems caused due to mismatches in the version of the "expat" library
>>embedded into Python and that linked into Apache, how to verifying if
>>expat is the problem and finally a resolution.
>>(http://www.dscpl.com.au/articles/modpython-006.html)
>>
>
That was my problem. Python was using expat 1.95.8, and Apache was
symlinked to 1.95.7.
I upgraded expat ('emerge expat' on Gentoo), restarted Apache, and it
now works fine.
I've added a comment to
http://www.djangoproject.com/documentation/modpython/
Thanks for the help.
Graham.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---