I am trying update my version of sqlite3 on mac os x 10.5.7 I downloaded the source code that is recommended for unix and unix like programs. I followed the compile and install directions in the readme file and everything seems to work fine. However, when i check the version number of sqlite3 it remains at 3.4.0 (the old version). Why is this? What am i doing wrong?
how do i determine where the appropriate location to install it is??
zPesk
2009-06-25 13:53:51
You examine your $PATH (and then think uninstalling the old version and symlinking the new one to a location in the $PATH).
David Dorward
2009-06-25 14:11:01