I apparently successfully compiled the ICU extension with:
gcc -shared icu.c `icu-config --ldflags` -o libSqliteIcu.so
but when I try to load it like this (using the TCL API, linux binary from the
site):
load tclsqlite-3.6.0.so
% sqlite3 db test.db
% db enable_load_extension 1
% db eval {SELECT load_extension('libSqliteIcu.so')}
I get:
error during initialization:
I am using the Linux binary from the website.
I found the same problem (with the same extension) mentioned in the mailing
list archives, but with no solution recorded.
What do I do next?
--
Graeme Pietersz
http://moneyterms.co.uk/
http://pietersz.co.uk/
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users