On Friday 01 August 2008 11:57:17 Alexey Pechnikov wrote:
> Hello!
>
> В сообщении от Friday 01 August 2008 00:49:56 Graeme написал(а):
> > 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?
>
> I was write about this problem but now I'm can compiling ICU.

> Try to install before
> libicu-dev
> libicu38
>
Thanks Alexey. I have both those installed. I assume you did not change 
anything else to get it to work?

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

Reply via email to