On May 6, 4:14 pm, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]
nomine.org> wrote:
> -On [20080506 11:49], Bill Johnson ([EMAIL PROTECTED]) wrote:
>
> >ModName: libapr.dll
>
> I find this one to be very suspect.
> This means that it's the SVN SWIG bindings to Python that are causing
> issues, not Python itself.
I had the same problem. It is a little complicated, but, if I remember
correctly, it goes like this:
The problem lies with the installable SVN package. I got svn-1.4.6-
setup.exe from
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expandFolder=8100&folderID=8100
which is supposedly "build against Apache 2.2" (so says the folder).
This is not the case and instead of using libapr-1, it uses libapr
(i.e. it is build against Apache 2.0!). When installed, libapr.dll is
installed with svn and the installation path is included in the PATH.
svn-python-1.4.6, on the other hand, has some kind of problem and can
dynamically link with libapr.dll instead of libapr-1.dll, if it is
found first in the path, which makes it crash (Python crashes and,
thus, Apache).
This bugged me for 2 whole weeks. I uninstalled SVN, and just used the
binaries (from svn-win32-1.4.6.zip) which include and use libapr-1.dll
Doc
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---