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

RE: Mismatched FS module version for 'bdb'

From: jottos <jottos_at_gmail.com>
Date: Mon, 7 Apr 2008 17:40:38 -0700 (PDT)

This post did help me get rid of the issue, my story is slightly different...
I had tried to remove this lib linkage by configuring with
--without-berkeley-db
This creates an svnadmin with no linkage to the svn_fs_base-1.so.0 lib, but
the error
did not go away.

Reading this post, removed all of the libsvn_* libraries, which in this case
came packaged with FC8,
and now all is good. Note I do not have an svn_fs_base-1.so.0 lib on my
system either. I'm not sure yet
if it just doesn't get built when you turn off the berkeley support.

jos

Hansa wrote:
>
> To answer my own question...
>
> I've digged a little more and found the following mail in the dev archive:
> http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=135245
>
> I tried to locate apr_dso_load and libsvn_fs_base-1.so.0 and found the
> latter in /usr/local/lib/compat/pkg/.
> Since all libs are located /usr/local/lib I took the stout discission and
> deleted /usr/local/lib/compat/pkg/libsvn_fs_base-1.so.0.
> After doing that, svn worked like a charm.. As before..
>
> Regards,
>
> Hansa
>
>> -----Oorspronkelijk bericht-----
>> Van: Hansa [mailto:mythtv_at_logic-q.nl]
>> Verzonden: dinsdag 11 maart 2008 14:37
>> Aan: dev_at_subversion.tigris.org
>> Onderwerp: Mismatched FS module version for 'bdb'
>>
>>
>> Sorry for posting in this list but I don't get answers on the users list.
>>
>> # svnlook --help
>> svnlook: Mismatched FS module version for 'bdb': found 1.4.6,
>> expected 1.4.4
>>
>> I am not the first one to encounter this problem, but I'm not
>> able to find a
>> solution.
>>
>> My understanding is that the problem has something to do with stale/old
>> library files. It should be resolved by deleting these files.
>> However, which
>> files to delete?
>>
>> Here's some info about my svn version.
>>
>> # svn --version
>> svn, version 1.4.6 (r28521)
>> compiled Mar 10 2008, 16:45:52
>>
>> Copyright (C) 2000-2007 CollabNet.
>> Subversion is open source software, see http://subversion.tigris.org/
>> This product includes software developed by CollabNet
>> (http://www.Collab.Net/).
>>
>> The following repository access (RA) modules are available:
>>
>> * ra_dav : Module for accessing a repository via WebDAV (DeltaV)
>> protocol.
>> - handles 'http' scheme
>> - handles 'https' scheme
>> * ra_svn : Module for accessing a repository using the svn
>> network protocol.
>> - handles 'svn' scheme
>> * ra_local : Module for accessing a repository on local disk.
>> - handles 'file' scheme
>>
>> Regards,
>>
>> Hansa
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
>> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>
>
>

-- 
View this message in context: http://www.nabble.com/Mismatched-FS-module-version-for-%27bdb%27-tp15982230p16544316.html
Sent from the Subversion Dev mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-08 02:40:52 CEST

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.