Closed NaseemYE closed 4 months ago
a few questions:
arabic_tokenizer
the correct entry point for your extension?Other than that, I don't really know what could be the problem. The library correctly packages other extensions and loads them correctly so it has to be something on your specific compilation process or packaging that is not quite working.
I can see in the README of the repo you posted they load the extension without modifying the entry point
https://github.com/GreentechApps/sqlite3-arabic-tokenizer
You should read on the usage of extension loading.
Sorry, it was the function
sqlite3_sqlitearabictokenizer_init
I found it in the sqlite3-arabic-tokenizer.h
file
Thank you
Describe the bug A clear and concise description of what the bug is.
Versions:
I'm having trouble downloading plugins First, I compiled the extension into the Android system using the following commands:
Then I put them inside:
Then it was called by:
db.loadExtension('sqlite3-arabic-tokenizer', 'arabic_tokenizer');
But I have the following problem:
[Error: Failed to open database: Exception in HostFunction: undefined symbol: arabic_tokenizer]
Taking into account that I compiled it for Mac systems and used it via the sqlite terminal and it worked perfectly.
But when I use it within the application, I have the problem you mentioned
SQL query :
package.json
Extension files: sqlite3-arabic-tokenizer.zip
Files without compilition https://github.com/GreentechApps/sqlite3-arabic-tokenizer