After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 330557 - Building beagle against sqlite3 does not run nicely if you have both sqlite2 and sqlite3 installed
Building beagle against sqlite3 does not run nicely if you have both sqlite2 ...
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.2.1
Other Linux
: Normal normal
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2006-02-09 19:19 UTC by Christopher Aillon
Modified: 2006-02-15 19:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christopher Aillon 2006-02-09 19:19:47 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.
Comment 1 Joe Shaw 2006-02-09 20:20:43 UTC
This has already been fixed in CVS.  See http://cia.navi.cx/stats/project/gnome/beagle/.message/32664
Comment 2 Ray Strode [halfline] 2006-02-15 19:08:11 UTC
Hi,

This is actually a runtime problem I think, so a configure fix probably isn't sufficient.
Comment 3 Joe Shaw 2006-02-15 19:18:14 UTC
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.