John Peacock wrote:
> I tried to build trunk today. I did the usual:
>
> $ ./autogen.sh
> $ ./configure --enable-maintainer-mode
>
> and this was the last bit before it failed:
>
>> 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
>
> I followed the instructions and downloaded the latest tarball into the
> trunk checkout and renamed the directory as required, but I get the same
> output from configure.
Yeah, IIRC, I also had an sqlite problem (back then), but I solved it by
finding a newer sqlite package for my distribution. Couldn't make the sqlite
local install work, though I think I tried it with
`--with-sqlite=/usr/my/prefix/sqlite' after installing to that target
instead of placing sqlite into the subversion source. Haven't investigated
at all though.
~Neels
Received on 2008-11-18 07:31:22 CET