kRAkEn/gORe wrote: > 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.
Note that for Fedora at least it will not be acceptable for the packaged version of mapnik to be built like this, so please make sure you retain the option to link with an external sqlite. Tom -- Tom Hughes ([email protected]) http://www.compton.nu/ _______________________________________________ Mapnik-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-devel
