I encountered this problem and solved it, so hopefully this will help
some other poor sod.

Audrey Tang's otherwise most excellent DBD::SQLite::Amalgamation
(bless her for this incredible package) was causing segmentation
faults for me while doing FTS3 searches on a RH ES3 Linux box. The
package version 3.6.1.2 has code for SQLite 3.6.1.

I upgraded the code in the package to SQLite 3.6.2 (just copied the
corresponding files from the SQLite tarball... one file had to be
renamed from sqlite.c to sqlite-amalgamation.c) and rebuilt the DBD.
Everything is now fine in happy town.

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

Reply via email to