Re: [sqlite] sqlite reporting an unexpected version number UPDATE

2006-03-14 Thread Chuck Lima
Okay, here's what broke: yum System: FC4 Yum requires rpm sqlite-3.1.2-3, which provides those 'stale' libraries I referred to. References: http://www.fedoraforum.org/forum/archive/index.php/t-94027.html http://nasrat.livejournal.com/42829.html Chuck Lima wrote: Thanks ev

Re: [sqlite] sqlite reporting an unexpected version number

2006-03-07 Thread Chuck Lima
all is right with the world. I'll wait to see what breaks when trying to access those other libraries. Gracias, -Chuck Pam Greene wrote: On 3/7/06, Chuck Lima <[EMAIL PROTECTED]> wrote: Hi, I just compiled and installed sqlite-3.3.4 on FC4 and it seems to be running just fine, e

[sqlite] sqlite reporting an unexpected version number

2006-03-07 Thread Chuck Lima
Hi, I just compiled and installed sqlite-3.3.4 on FC4 and it seems to be running just fine, except for a few things. sqlite3 -version returns 3.1.4 This in itself is not a problem, but I can't seem to get constraints to work and the documentation indicates that I need version >= 3.3 . Is t