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

Re: Bad database version

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-10-11 14:14:22 CEST

quastst@in-euro.de wrote:
> # svnadmin create basis
> svn: Bad database version: compiled with 4.2.52, running against 4.1.25

Problem is that you have two versions of BDB installed. Assuming Linux, try
'ldd svn' to find out where these are located. There are several remedies to
the problem like uninstalling 4.1(which you should not use for SVN anyways)
or setting up the dynamic linker so it finds the right version(see 'man
ld.so').

> I've googled, but didn't find a solution.

Really? Try again, this problem appeared here last week, IIRC!

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 11 14:15:12 2004

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

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