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, 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 the -version switch merely misreporting the real version number 
> or does the sqlite-3.3.4.tar.gz file actually contain the 3.1.4 files?
> 
> I need to know if I should continue to test/debug my constraint 
> syntax or get the right version of sqlite.
> 

The most likely problem is that you already have 3.1.4 installed
on your system in some place that is earlier on your PATH than
where you are installing 3.3.4.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to