Well, it seems that things become weirder and weirder. I have to install 
sqlite3 on 2 computers, one at my office and one at home. Today when I launched 
sqlite3 at my office it showed that the version was 3.6.13 although just 
yesterday it was still sqlite3 3.4.2 and I swear that I have done nothing since 
then. 

Thank you very much for your instructions because by reading them I know that 
there is no additional stuff needed to be done to upgrade sqlite3 to its newest 
version. Although I cannot figure out the correct steps to do yet, at least now 
I am on the right track.

--- On Sun, 5/3/09, Derrell Lipman <derrell.lip...@unwireduniverse.com> wrote:

From: Derrell Lipman <derrell.lip...@unwireduniverse.com>
Subject: Re: [sqlite] [newbie] How to upgrade sqlite3 in Ubuntu?
To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org>
Date: Sunday, May 3, 2009, 10:21 AM

On Sun, May 3, 2009 at 12:32 PM, scientist scientist <
scientist92...@yahoo.com> wrote:

> Thank you for your fast answer, but my problem still exists after I
> followed your instructions.
>
> Firstly I removed the default sqlite3 using sudo apt-get remove sqlite3
> command.
> After that I moved to the sqlite-3.6.13 folder which was extracted from
> sqlite-amalgamation-3.6.13.tar.gz and executed the 3 commands:
> ../configure --prefix=/usr/local
> make
> sudo make install
> I did check the PATH variable and It did contain /usr/local/bin.
> However, when I entered
> sqlite3
> the output was still 3.4.2
> The weird thing is that, after executing all of these above commands, and
> then sudo apt-get remove sqlite3, I got the following message:
> Package sqlite3 is not installed, so not removed
> I can't understand what's going on.
>

Did you type "which sqlite3" to figure out where it's find it? Wherever that
one is, you need to remove it.

Derrell
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



      
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to