On Apr 15, 11:00 pm, yoni shalom <silve...@gmail.com> wrote: > Hi, > after a long while trying to debug this, it seems like php5 is making > new subversion installs not able to talk to trac repository browser. > > see :http://www.snowbotic.com/archives/61regarding dav_svn, which > seems to have a similar problem. > > The problem looks like it relates to php5 and libsvn where php5's > bundled sqlite library has a version that doesn't work with newer > subversion repo's, and it gets loaded before the one python tries to > load dynamically via its swig interface. > > I'm not sure this is actually the case, just that as a fact when I > disable the php5 module in my apache, the problem goes away. > > Ideas ?
In BitNami we found that in our BitNami Subversion Stack. The problem is that Apache is loading the implementation of libsqlite included in libphp5 which conflicts with subversion. One (easiest) solution is to load the apache php module after the mod_dav_svn and mod_authz_svn modules in apache (http:// answers.bitnami.org/questions/1951/sqlite-is-required-to-be-compiled- and-run-in-thread-safe-mode). The other solution is to compile apache yourself running the configure script with the options --with-pdo_sqlite=/path/to/sqlite --with- sqlite3=/path/to/sqlite -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to trac-dev@googlegroups.com. To unsubscribe from this group, send email to trac-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.