Re: [sqlite] Error: dlsym(0x7fa073e02c60, sqlite3_sqliteicu_init): symbol not found

2018-10-18 Thread 邱朗
gamation with the SQLITE_ENABLE_ICU >>symbol defined ...) >>> >>>--- >>>The fact that there's a Highway to Hell but only a Stairway to >>Heaven says a lot about anticipated traffic volume. >>> >>>>-Original Message- >>>&g

Re: [sqlite] Error: dlsym(0x7fa073e02c60, sqlite3_sqliteicu_init): symbol not found

2018-10-18 Thread Keith Medcalf
iginal Message- >>>From: sqlite-users [mailto:sqlite-users- >>>boun...@mailinglists.sqlite.org] On Behalf Of ?? >>>Sent: Wednesday, 17 October, 2018 22:26 >>>To: sqlite-users@mailinglists.sqlite.org >>>Subject: [sqlite] Error: dlsym(0x7fa073e02c60, >>

Re: [sqlite] Error: dlsym(0x7fa073e02c60, sqlite3_sqliteicu_init): symbol not found

2018-10-18 Thread 邱朗
o Hell but only a Stairway to Heaven says a >lot about anticipated traffic volume. > >>-Original Message- >>From: sqlite-users [mailto:sqlite-users- >>boun...@mailinglists.sqlite.org] On Behalf Of ?? >>Sent: Wednesday, 17 October, 2018 22:26 >&

Re: [sqlite] Error: dlsym(0x7fa073e02c60, sqlite3_sqliteicu_init): symbol not found

2018-10-17 Thread Keith Medcalf
o: sqlite-users@mailinglists.sqlite.org >Subject: [sqlite] Error: dlsym(0x7fa073e02c60, >sqlite3_sqliteicu_init): symbol not found > >I had thought I succeeded in building ICU extension because running >gcc -shared icu.c `icu-config --ldflags` -o libSqliteIcu.so succeeded >and libSqliteIcu.s

[sqlite] Error: dlsym(0x7fa073e02c60, sqlite3_sqliteicu_init): symbol not found

2018-10-17 Thread 邱朗
I had thought I succeeded in building ICU extension because running gcc -shared icu.c `icu-config --ldflags` -o libSqliteIcu.so succeeded and libSqliteIcu.so was generated. But when I load it I got error Error: dlsym(0x7fa073e02c60, sqlite3_sqliteicu_init): symbol not found How do I solve