On Mar 3, 2009, at 5:04 PM, BareFeet wrote: > > In answer to your question about the .bin pre-compiled SQLite command > line tool download from the SQLite web site, you need to: > > 1. Download it. > 2. Rename it to "sqlite3" (no .bin extension, which I think shouldn't > be there since it's confused with being a MacBinary file).
I did not know that. I'll make a note to adjust the name in the next release. > > 3. Move it to a location where you want to run it. Somewhere like / > usr/ > local/bin/sqlite3. Do NOT replace the sqlite3 that is installed in the > system /usr/bin/sqlite3. Another issue, that I only discovered two days ago, is that binaries compiled for Leopard (OS 10.5) will only run on Leopard and not older OS X systems. And the precompiled shell found on the website is compiled on Leopard (which is all I have at hand.) So downloading and running the pre-compiled shell will not work unless you have the latest Mac OS. I don't know how to fix this problem. Probably in the next release we will just label the binaries as "Leopard or later only". D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

