GNOME Bugzilla – Bug 329280
compile error with sqlite 3.3.2 and beagle 0.2.1
Last modified: 2006-01-31 18:09:58 UTC
output from configure: checking for SQLITE... checking for SQLITE... configure: error: You need to install sqlite 2.x or >= 3.3.1 Seems the sqlite3 package from upstream reports itself only as 3.3 % pkg-config --modversion sqlite3 3.3 % rpm -q sqlite sqlite-3.3.2-0
See also: http://www.sqlite.org/cvstrac/tktview?tn=1639
Thanks for the report. I filed that issue with sqlite. At least one of our users was running 3.3.0 and reported a problem on the mailing list, so I'm not going to change this back in Beagle. Sqlite 3.3.x is alpha and probably still buggy, so I recommend against shipping it or using it by default in Fedora. Either way, I think the more correct thing to do here is to patch sqlite to provide the right version. If anything, the alpha status of sqlite 3.3.x makes me feel like we shouldn't work around this issue in Beagle. Closing NOTGNOME.