On 22 Oct 2015, at 2:38pm, Gergely Lukacsy (glukacsy) <glukacsy at cisco.com> 
wrote:

> ... I get an "error: no module: fts5" error message. This indicates that I 
> didn't compile SQLite with FTS5 support, but I am pretty sure that I am using 
> the right preprocessor flags 

Using that version of SQLite, can you execute the command

PRAGMA compile_options;

and tell us what it reports back ?  It will reply with a series of rows just 
like a SELECT command would.

See <https://www.sqlite.org/pragma.html#pragma_compile_options> for further 
details.

Simon.

Reply via email to