Alexander Neundorf wrote:
Von: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Alexander Neundorf wrote: > > Hi, > > > > the trac wiki (http://trac.edgewall.org/wiki/TracInstall )says: > > "if using mod_python and xml-related things (like 0.11, or xml-rpc > plugin), use python-2.5 (expat is namespaced there and does not cause apache to > crash any more)" > > > > So, I need python 2.5 if I want to use Trac from svn with mod_python, > but python 2.3 is ok if I use Trac from svn with fastcgi ? > > Do I understand this correctly ? > > That document doesn't tell the full story and is a bit misleading. On > this specific issue, there should be no problem using an earlier > version of Python provided that the version of libexpat which is used > by Apache is compatible with the version of expat embedded into the > Python pyexpat module. > > For information on determining if they are compatible or whether you > are going to have problems, see: > > > http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash Ok. So if I run Trac with FastCGI it should be ok since it doesn't matter that much whether the expat linked to the python stuff is the same as the one linked to apache, right ?
Correct. I should point out though that the expat mismatch doesn't raise itself as a problem as much as the comment in the wiki suggests it might. It also isn't that hard to resolve. The big problem until that article talking about it was written was identifying that that was actually the cause in the first place. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
