Hi, i've been deploying mapnik in some servers of mine, and i
discovered that mostly the default installed version of libsqlite3 is
compiled by distro packagers without RTREE indexing by default, thus
requiring to recompile sqlite from sources for enabling the features
we need (mainly the RTREE feature).

Then i came upon here:

    http://www.sqlite.org/amalgamation.html

and i found this to be a very convenient way of embedding sqlite in a
project, so to be sure to have all the features we need compiled in.

Also, this would enable sqlite even on platforms that don't have it by
default (windows flavours for example).

Lucio
_______________________________________________
Mapnik-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-devel

Reply via email to