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

sqlite check fails

From: Martin Furter <mf_at_rola.ch>
Date: Tue, 7 Oct 2008 21:25:28 +0200 (CEST)

Hi all!

I try to compile trunk r33522 on nexenta opensolaris and get the following
error:

configure: checking sqlite library
checking for pkg-config... /usr/bin/pkg-config
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: no suitable sqlite found

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.9 on this system

or

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

configure: error: Subversion requires SQLite

Since I've only 3.2.8 available as a package I tried the second option:

wget -q -O - http://www.sqlite.org/sqlite-3.5.9.tar.gz | tar -xzf -
mv sqlite-3.5.9 sqlite

But running configure again leads to the same error. I the tried to
specify the sqlite dir:

./configure --with-sqlite=$PWD/sqlite

configure worked but when compiling subversion/libsvn_subr/sqlite.c it
can't find sqlite3.h .

I'll try it the 'old' way now...

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-07 21:25:43 CEST

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.