Hi all,
My current Ubuntu version is 8.04 and it has sqlite3 3.4.2 by default. Now I 
want to upgrade sqlite3 to its newest version. 
I've already downloaded sqlite-amalgamation-3.6.13.tar.gz, uncompressed the 
package and run the following commands:
../configure
make
sudo make install
But when I enter
sqlite3
the output result is still version 3.4.2

How can I upgrade sqlite3 to its latest version 3.6.13? 

Thanks in advanced!




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

Reply via email to