Hi, On 10/24/2017 08:59 AM, [email protected] wrote: > On Mon, 23 Oct 2017 17:02:27 -0500, Germán Carrillo wrote: > > most common pitfalls emerging from several post on the spatialite's > own mailing list: > > - badly mixing 32 and 64 bit code: Python 32 bit strictly requires > 32 bit extension modules, exactly as Python 64 bit requires > 64 bit extensions. > - mod_spatialite depends on several further libraries: libgeos, > libproj, libxml2 etc. if just one of these dependencies remains > unsatisfied loading mod_spatialite will consequently fail. > - a badly set %PATH% (or badly installed dependencies) always is > the most probable failure cause. >
IIRC there was also the requirement that a compile-time-switch SQLITE_ENABLE_LOAD_EXTENSION needs to be set which unfortunately isn't enabled by default on some builds (but I cannot recall the details). Matthias > bye Sandro > _______________________________________________ > QGIS-Developer mailing list > [email protected] > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer > _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
