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

> Hi everyone,
> 
> I am new to sqlite3. My OS is Ubuntu 8.04 and it has sqlite3 3.4.2. Now I want
> to upgrade it to the latest version, 3.6.14, but I don't know how to do that.
> 
> Here are the steps I have done (after reading another thread about this
> issue):
> 1. Remove the default version using 'sudo apt-get remove sqlite3'.
> 2. Download sqlite-amalgamation-3.6.14.tar.gz, extract the package, go to the
> sqlite3 directory and run:
> - ./configure
> - make
> - sudo make install
> Although I did not encounter any error after executing these above commands,
> it seemed that I did not install sqlite3 3.6.14 successfully. Whenever I type
> 'sqlite3' into the GNOME terminal, it shows that the version is 3.4.2.
> What's wrong with me? Please help! Thanks in advanced!

PATH problem? When you type "which sqlite3" in the terminal, what is the
result? Does it match your install location?

JD

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

Reply via email to