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

blocker sqlite problem installing r28699

From: Garret Wilson <garret_at_globalmentor.com>
Date: 2007-12-29 18:27:34 CET

Hi, all. I've been using Subversion since beta days, and it sure seems a
huge pain (hours of hacking!) every time I want to do a simple upgrade.
This time I'm stumped.

I was running the 1.5.0 branch (I don't remember the rev, but it looks
like it was around January 2007), and today I updated to r298699. I made
sure I had the latest dependencies; in particular, I download sqlite
3.5.4, untarred it, and put it in ./sqlite.

I followed my normal routine:

./autogen.sh
./configure --with-libs=/usr/local/ssl --with-ssl
--with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2
make clean
make

During configure, however, I note:

checking sqlite library version (via pkg-config)... none or unsupported
checking sqlite3.h usability... no
checking sqlite3.h presence... no
checking for sqlite3.h... no
configure: WARNING: SQLite not found - libsvn_ra_local will be disabled.

An appropriate version of sqlite could not be found, so libsvn_ra_local
will not be built. If you want to build libsvn_ra_local, please either
install sqlite 3.5.4 on this system

or

get sqlite 3.5.4 from:
    http://www.sqlite.org/sqlite-3.5.4.tar.gz
unpack the archive using tar/gunzip and rename the resulting
directory from ./sqlite-3.5.4/ to ./sqlite/

But I *did* do that! (Note that there is no sqlite3.h in the
distribution---nor in the January 2007 distribution of sqlite, either!)

If I ignore the warning and try to do a make, I get plenty of errors.
What's the problem here?

Garret

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 29 18:29:37 2007

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.