> On Feb 15, 2015, at 5:45 AM, Andrew <[email protected]> wrote: > > Error calling sqllite3_step (1: no such module: rtree) SQLLITE_ERROR
Sounds like some other component has linked in a custom build of SQLite, instead of using the dynamic library in the OS, and their SQLite build doesn’t include features that Couchbase Lite expects. >From the term “secure container” I’m guessing the other component uses >SQLCipher, which is a variant of SQLite that adds encryption. It’s possible to >modify the build configuration of SQLCipher to enable RTrees and full-text >indexing (both of which Couchbase Lite uses) but you have to rebuild it from >source. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/5B9BFAC6-7D58-4206-8752-900E19B52C7A%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
