Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Michael J. Bauer
file is what I would assume is the 'amalgamation', as it has that word in its name. That said, it built fine, and passed all tests. Thanks for the pointer! MJB On 11/23/2010 9:18 PM, Hyrum K. Wright wrote: On Tue, Nov 23, 2010 at 6:16 PM, Michael J. Bauer wrote: I am attempting to

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Michael J. Bauer
I have not tried that method; I'll try it now and report back when 'make check' finishes. MJB On 11/23/2010 9:18 PM, Hyrum K. Wright wrote: On Tue, Nov 23, 2010 at 6:16 PM, Michael J. Bauer wrote: I am attempting to build SVN on a RHEL 5.4 system. There are two versions o

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Michael J. Bauer
27; /tmp/foo | grep 1.6 r...@sunfire60# MJB On 11/23/2010 10:12 PM, Nico Kadel-Garcia wrote: On Tue, Nov 23, 2010 at 7:16 PM, Michael J. Bauer wrote: I am attempting to build SVN on a RHEL 5.4 system. There are two versions of SQLite on the system: Use the SRPM or the RPM from RPMf

Re: svnsync_test.py fails: wrong version of SQLite library

2010-11-24 Thread Michael J. Bauer
The only test that failed out of the 71 run by 'make check' was svnsync_test.py. The only things that appeared to fail within that test were svnsync sync. I can send the test log if you like. MJB On 11/24/2010 2:45 AM, Daniel Shahaf wrote: Michael J. Bauer wrote on Tue, Nov 23,

svnsync_test.py fails: wrong version of SQLite library

2010-11-23 Thread Michael J. Bauer
I am attempting to build SVN on a RHEL 5.4 system. There are two versions of SQLite on the system: * The stock system SQLite, version 3.3.6, with library in /usr/lib * A new version of SQLite, version 3.7.3, with library in /usr/sup/lib I configured SVN with the following options: ./configure