You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Martin Furter <mf...@rola.ch> on 2008/10/07 19:25:28 UTC

sqlite check fails

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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org