[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: problem building 1.8.1

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 29 Jul 2013 11:01:04 +0100

Steve Kelem <steve_at_kelem.net> 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 \
> --prefix=/usr/local \
> --with-openssl \
> --with-junit=/opt/java/junit/junit4.11/junit-4.11.jar \
> --with-apr=/usr/local/src/apr-1.4.8 \
> --with-apr-util=/usr/local/src/apr-util-1.5.2 \
> --with-apxs=/usr/local/apache2/bin/apxs \
> --with-berkeley-db \
> --enable-bdb6 \
> --enable-sqlite-compatibility-version=3.7.15

It could be some sort of SQLite version mismatch. Which version of
SQLite is installed? Do you have multiple installations of SQLite? Are
you using an SQLite amalgamation in the Subversion source tree?

Which version of SQLite do you think you are using? Does the expected
SQLite library show up when you run ldd?

  libtool --mode=execute ldd subversion/tests/libsvn_client/client-test

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
Received on 2013-07-29 12:01:47 CEST

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.