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

Re: svnadmin won't create repository

From: Doug Goldstein <doug_at_monetra.com>
Date: 2007-02-13 16:12:04 CET

Wolfgang Leideck wrote:
> Hello,
>
> i have done a fresh install of berkeley db 4.5.20 and also of
> apr-1.2.8, apr-util-1.2.8 and subversion-1.4.3.
>
> If I want create a new repository with bdb filesystem subversion tell me
> that
>
> svnadmin: Bad database version: compiled with 4.3.27, running against
> 4.5.20
>
> But it's not true. I have used clean pathes so there are no merges
> with probably other versions of db and apr and subversion.
>
> What's wrong here? Do I need a patch or something else?
>
> Thanks
> Wolfgang
>

Check ldd `which svnadmin` or readelf -d `which svnadmin` | grep NEED or
scanelf -n `which svnadmin`

You'll see that ld is giving the 4.5 BDB library

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 13 16:12:39 2007

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.