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?
Share
Most likely you installed it to a different location to the original — one that either appears later in the $PATH or not at all.