Re: [sqlite] undefined symbol: sqlite3_stricmp

2012-04-12 Thread Alexey Pechnikov
The sqlite3_stricmp() function is used only once in FTS3 extension and I did fix the problem by replacing it to sqlite3_strnicmp() http://sqlite.mobigroup.ru/fdiff?v1=111626ce72b0df93=29b395d2169466ab 2012/4/9 Alexey Pechnikov > As I find is missed sqlite3_stricmp

Re: [sqlite] undefined symbol: sqlite3_stricmp

2012-04-09 Thread Alexey Pechnikov
As I find is missed sqlite3_stricmp reference in file loadext.c -- Best regards, Alexey Pechnikov. http://pechnikov.tel/ ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] undefined symbol: sqlite3_stricmp

2012-04-08 Thread Alexey Pechnikov
__ > From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] > on behalf of Alexey Pechnikov [pechni...@mobigroup.ru] > Sent: Saturday, April 07, 2012 7:14 AM > To: General Discussion of SQLite Database > Subject: EXT :Re: [sqlite] undefined symbol: sqlite3_stricmp > >

Re: [sqlite] undefined symbol: sqlite3_stricmp

2012-04-08 Thread Black, Michael (IS)
From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Alexey Pechnikov [pechni...@mobigroup.ru] Sent: Saturday, April 07, 2012 7:14 AM To: General Discussion of SQLite Database Subject: EXT :Re: [sqlite] undefined symbol: sqlite3_stricmp Command-line shell

Re: [sqlite] undefined symbol: sqlite3_stricmp

2012-04-07 Thread Alexey Pechnikov
Command-line shell works fine but tclsqlite package does not: $ tclsh8.5 test.tcl /usr/lib/libsqlitefts3.so: undefined symbol: sqlite3_stricmp while executing "db eval {SELECT load_extension('/usr/lib/libsqlitefts3.so')}" $ sqlite3 SQLite version 3.7.12 2012-04-07 11:00:54 Enter ".help" for

Re: [sqlite] undefined symbol: sqlite3_stricmp

2012-04-07 Thread Richard Hipp
On Sat, Apr 7, 2012 at 7:20 AM, Alexey Pechnikov wrote: > Compiled as extension FTS3 module produce error "undefined symbol: > sqlite3_stricmp" by loading. > The problem exists in last release and current trunk. > See

[sqlite] undefined symbol: sqlite3_stricmp

2012-04-07 Thread Alexey Pechnikov
Compiled as extension FTS3 module produce error "undefined symbol: sqlite3_stricmp" by loading. The problem exists in last release and current trunk. -- Best regards, Alexey Pechnikov. http://pechnikov.tel/ ___ sqlite-users mailing list