GNOME Bugzilla – Bug 330557
Building beagle against sqlite3 does not run nicely if you have both sqlite2 and sqlite3 installed
Last modified: 2006-02-15 19:18:14 UTC
See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180551 Basically, if you have sqlite versions 2 and 3 installed, and beagle is built against 3, the sqlite calls will try to use sqlite 2 which isn't cool at all.
This has already been fixed in CVS. See http://cia.navi.cx/stats/project/gnome/beagle/.message/32664
Hi, This is actually a runtime problem I think, so a configure fix probably isn't sufficient.
Just noticed this is in FSpotUtils; I just checked in a fix for being strict about sqlite versions with it earlier today. FWIW, the reporter probably has a version mismatch between the sqlite Beagle is built against and the sqlite F-Spot is built against.