[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems setting up svn trunk with httpd HEAD

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-08 05:46:18 CEST

Scott Sanders <ssanders@dotnot.org> writes:

> [Sun May 04 22:16:02 2003] [error] [client 63.195.55.166] (84)Invalid
> or incomplete multibyte or wide character: bad database version: got
> 3.3.11, should be at least 4.0.14 [500, #160000]

You're approximately the 77th person to run into this problem. Why oh
why oh why oh why haven't we made this a compilation FAQ already?!?

Your apr-util linked against DB-3, and svn linked against DB-4.
Unfortunately, the DB symbols aren't different. When mod_dav_svn is
loaded into Apache's process-space, it ends up resolving the
symbolnames against apr-util's DB-3 library.

IIRC, the solution is to pass proper compilation flags. If a clueful
person can follow up with the exact solution, I promise to make it
into a FAQ right away. I'm tired of hearing about this problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 8 05:47:17 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.