> Load extension is often disabled in precompiled libraries. If its the
> case, spatalite cannot be loaded.
>
Surely YES
please read this old document for more details:
http://www.gaia-gis.it/gaia-sins/spatialite-arch-2.3.1.html#trap
anyway it should be noted that in more recent times this issue
seems to become less frequent than before.
when SQLite initially introduced the "load_extension" mechanism
this innovative feature was always disabled by default (an explicit
--enable option was then required at configure/build time).
but since many years all recent versions of SQLite will behave
exactly in the opposite way: now always enabling dynamic extensions
loading is the silent default choice; a system packager has to
take an explicit configure action in order to keep disabled this
option.
this change in default settings helped a lot, and many SQLite
language bindings (even on Windows) now support dynamic extension
loading; evidently few exceptions to this general rule still
resist here and there.
in this is your case, you as an user/developer simply have to face
two possible ways:
a) switching to some alternative language/toolkit being less paranoid
and more sane-minded (not always a viable alternative)
b) insistently asking the system packagers to quickly change their
build settings (sometimes such an action could be successful)
bye Sandro
--
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.