svnsync_test.py fails: wrong version of SQLite library
From: Michael J. Bauer <mjbauer_at_eecs.tufts.edu>
Date: Tue, 23 Nov 2010 19:16:32 -0500
I am attempting to build SVN on a RHEL 5.4 system. There are two
* The stock system SQLite, version 3.3.6, with library in /usr/lib
I configured SVN with the following options:
./configure --prefix=/usr/sup/subversion-1.6.13 --with-sqlite=/usr/sup/
(The prefix is because I do not want to clobber the system version of
svnsync: SQLite compiled for 3.7.3, but running with 3.3.6
It looks like svnsync is picking up the wrong version of SQLite, despite
To make sure I wasn't missing something, I rebuilt SVN, configuring it
./configure LDFLAGS=-L/usr/sup/lib CPPFLAGS=-I/usr/sup/include
It fails 'make check' in exactly the same way.
When I look at subversion-1.6.13/subversion/svnsync/svnsync, the shell
How do I get SVN to pick up the correct version of the library on 'make
Thanks,
|
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.