Steve Kelem writes:
> As it says in the configure script below, it's sqlite 3.7.15
That configure option doesn't tell us which version of SQLite is being
used, it just controls the minimum version that will cause Subversion to
generate a run-time error.
You appear to have software in /usr, /usr
On 29.07.2013 14:58, Thomas Harold wrote:
> From my notes back when I compiled 1.8.0, I had to download the
> sqlite-amalgamation ZIP file and add it into the source directory.
>
> $ cd /usr/local/src/subversion-1.8.0/
> $ wget http://www.sqlite.org/sqlite-amalgamation-3071501.zip
> $ unzip sqlite-
From my notes back when I compiled 1.8.0, I had to download the
sqlite-amalgamation ZIP file and add it into the source directory.
$ cd /usr/local/src/subversion-1.8.0/
$ wget http://www.sqlite.org/sqlite-amalgamation-3071501.zip
$ unzip sqlite-amalgamation-3071501.zip
$ mv sqlite-amalgamation-3
Steve Kelem writes:
> svn_tests: E200030: sqlite[S26]: file is encrypted or is not a database,
> executing statement 'PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;'
> FAIL: lt-client-test 3: test svn_client_patch
> I configured with:
> % setenv CC "gcc -m64 -std=gnu99"
> % ./configure \