On Sat, Apr 7, 2012 at 7:20 AM, Alexey Pechnikov <[email protected]>wrote:
> Compiled as extension FTS3 module produce error "undefined symbol: > sqlite3_stricmp" by loading. > The problem exists in last release and current trunk. > See http://www.sqlite.org/src/artifact/906731099c43?ln=225-231 Probably you are trying to link against a pre-3.7.11 version of SQLite, perhaps the one that comes with your OS, instead of the latest version. > > -- > Best regards, Alexey Pechnikov. > http://pechnikov.tel/ > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

