Aha - good find. I checked and the Apache2.2\bin folder contains
libapr-1.dll, and it is version 1.3.3.0. Apparently there is another
libapr.dll file in the Python/Lib folder for libsvn that is version
0.9.17.0. That file was installed by some of the Trac Python packages -
there must be a versio
David Headley wrote:
Faulting application httpd.exe, version 2.2.11.0, time stamp 0x493f5d44,
faulting module libapr.dll, version 0.9.17.0, time stamp 0x4878c068,
Something very wrong there. Apache 2.2.x (along with other APR apps
such as SVN) works with APR 1.x. The old APR 0.9.x indicated
I've attempted to work this issue through the Trac mailing list, but it now
appears to be an issue with the Apache APR library. Here's the background:
Configuration:
Apache 2.2.11 with mod_wsgi
Windows Small Business Server 2008
Trac 0.11.4
SVN 1.5.6 (r36142)
Python 2.5.4
I'm installing Tra