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

Re: Upgrading from 1.4 to 1.6.3

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 10 Jul 2009 19:51:53 +0100

On Fri, Jul 10, 2009 at 02:42:04PM -0400, Vitaliy Sholokhov wrote:
> I'm going to re-install subversion see if it'll pick up the updated
> sqlite3 libraries correctly.

If you have the SQlite source code tree handy, try passing the
following to Subversion's configure script in order to avoid
linking against a shared library of sqlite:

        --with-sqlite=".../sqlite-3.6.14.2/sqlite3.c"

Where ... is the path where you unpacked the SQlite sources.

Stefan
Received on 2009-07-10 20:53:17 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.