You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Hansa <my...@logic-q.nl> on 2008/03/11 13:37:09 UTC

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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Mismatched FS module version for 'bdb'

Posted by jottos <jo...@gmail.com>.
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@logic-q.nl]
>> Verzonden: dinsdag 11 maart 2008 14:37
>> Aan: dev@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@subversion.tigris.org
>> For additional commands, e-mail: dev-help@subversion.tigris.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Mismatched FS module version for 'bdb'

Posted by Hansa <my...@logic-q.nl>.
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@logic-q.nl]
> Verzonden: dinsdag 11 maart 2008 14:37
> Aan: dev@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@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Mismatched FS module version for 'bdb'

Posted by Hansa <my...@logic-q.nl>.
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@logic-q.nl]
> Verzonden: dinsdag 11 maart 2008 14:37
> Aan: dev@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@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org