svnadmin: Mismatched FS module version for 'bdb': found 1.4.6, expected 1.1.4
From: Pierre Girard <pierre.girard_at_gerad.ca>
Date: Thu, 14 Feb 2008 15:26:57 -0500
Hello,
I have this problem when compiling subversion 1.4.6 on a
svnadmin: Mismatched FS module version for 'bdb': found 1.4.6, expected
This is the configure command I used:
CFLAGS="-O -m64" ./configure --prefix=$FI --disable-shared
make
subversion/svnadmin/svnadmin --version
svnadmin: Mismatched FS module version for 'bdb': found 1.4.6, expected
Note that I get the same problem on a 32 bit system.
When I move the *svn* libraries somewhere else then the program seems to be
subversion/svnadmin/svnadmin --version
svnadmin, version 1.4.6 (r28521)
compiled Feb 14 2008, 15:13:15
Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
The following repository back-end (FS) modules are available:
* fs_fs : Module for working with a plain file (FSFS) repository.
Why does the svnadmin program try to load these libraries since I compiled
I also tried to compile with --enable-all-static but then I get another
subversion/svnadmin/svnadmin --version
Segmentation fault
Moving the *svn* libraries out of the way:
subversion/svnadmin/svnadmin --version
svnadmin, version 1.4.6 (r28521)
compiled Feb 14 2008, 15:21:19
Copyright (C) 2000-2007 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
The following repository back-end (FS) modules are available:
* fs_fs : Module for working with a plain file (FSFS) repository.
Does anyone have a solution that doesn't involve removing those libraries
We always keep the programs that are shipped with the system as-is and
Thanks for your help.
|
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.