Dear Jean Denis, to answer your question, I did the following:

After installing sqlite3 3.6.14, I executed the search command 
sudo find / -name "sqlite3"
to find all possible locations containing the executable file sqlite3. And the 
result I get is:
/home/robert/Desktop/sqlite-3.6.14/.libs/sqlite3
/home/robert/Desktop/sqlite-3.6.14/sqlite3
/usr/local/bin/sqlite3

After that, to be sure of using the newly created executable file, I even 
deleted all of these above sqlite3 files, and then installed the package again. 
After the second installation, I ran the command
sqlite3
and I still got the version 3.4.2.







________________________________
From: Jean-Denis Muys <jdm...@kleegroup.com>
To: General Discussion of SQLite Database <sqlite-users@sqlite.org>
Sent: Monday, May 18, 2009 4:24:35 PM
Subject: Re: [sqlite] How to install the latest version of sqlite3 on Ubuntu?

On 5/18/09 10:33 AM, "Robert Villanoa" <robertvilla...@yahoo.com> wrote:

> Thank you for your answer, Jean-Denis.
> When I type 'which sqlite3', I get the following location:
> /usr/local/bin/sqlite3
> And the value of my PATH variable is:
> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> So I think the executable file sqlite3 is seen by PATH.
> Could you please tell me any more suggestions?

My understanding is that /usr/local/bin/sqlite3 is the old version of
sqlite, which obviously is reachable from your PATH.

Now the interesting question is, where was the new version installed?

Jean-Denis

_______________________________________________
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