2008/10/22 wb <[EMAIL PROTECTED]>: > > hi,Erik Bray, > Thank you for your response. > Yes,I created a svn repository with svnadmin create d:\wangbin > \project1. > and I imported a project into project1 from ankhsvn. > I closed IE and opened it again.Now every time I access the trac web I > got "ページを表示できません"message, and the Server event log got a Application > Error, > details are "Error application:httpd.exe Appver: 2.2.10.0 Error > module:libapr.dll Modver:0.9.17.0 offset:000139c1". > I have searched the web and got some similar page like > http://trac.edgewall.org/ticket/5752 , > they said the libapr-1.dll in python binding againest apache2.2 was > installed in \libsnv,and caused the error.But I searched my snv and > apache and python25 directories and only found libapr.dll in > python25\lib\site-package\libsvn path,svn and apache only have > libapr-1.dll in \bin,so I don't know if that ticket fits my > condition.Or should I go back to svn1.4.6?
Regardless of the details, it does sound like a binary incompatibility issue: http://subversion.tigris.org/svn_1.5_releasenotes.html#deps It sounds like maybe your SVN is built against libapr 1.x, but your webserver is still using 0.9.x. Not sure though. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
