On Saturday, 14 July, 2018 22:24, Gabriel Chiquini 
<gabrielchiqu...@hotmail.com> wrote:

>Hi everyone, I tried to use the normalize function I found on the
>ext/misc folder, but I couldn't load it, it returns the following
>error: "normalize.so: undefined symbol: sqlite3_normalize_init". I am
>using the latest version of sqlite3, it has been built from source,
>sqlite3 --version says: 3.24.0 2018-06-04 19:24:41

That is because normalize.c does not create a loadable extension.  It needs to 
be either (a) included in the linkage unit when you build the sqlite3 shared 
library in which case it adds a new sqlite3_normalize API; or, (b) can be used 
as a stand-alone program when linked with sqlite3 library and 
SQLITE_NORMALIZE_CLI is defined.

---
The fact that there's a Highway to Hell but only a Stairway to Heaven says a 
lot about anticipated traffic volume.






_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to