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

sqlite 3.1 support is broken

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2007-12-08 23:28:54 CET

I've been building svn trunk on my mac for months, and ./configure has
always picked up sqlite 3.1.3 without a problem. Today, though, when
I try to 'svn commit' over ra_local I get the dreaded crash at
run-time:

    Symbol not found: _sqlite3_db_handle

Apparently this symbol appeared in sqlite 3.2. In IRC, dlr said that
glasser's plan is to go back to supporting all 3.x versions. However,
I wanted to make the list aware that trunk is currently broken: our
configure.in allows any 3.x version, but we actually require at least
3.2 at runtime. So we either need to fix configure.in ASAP, or go
back to supporting older versions.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 8 23:29:06 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.