On 20 Feb 2012, at 7:42am, Kf Lee <kflee2...@gmail.com> wrote: > New to sqlite3. Install 3.7.10 with --prefix=/usr/local and source in > /usr/locsl/sqlite3-src. Can run sqlite3 test.db when attached to the > source directory but would get sqlite header and source mismatch if try to > start sqlite3 from any other directory! Help appreciated.
There's a very good chance that another copy of sqlite3 comes pre-installed with your operating system. You don't say which OS you're using but you mention an installer, and sqlite doesn't use one, so I assume you're getting your copy from somewhere other than http://www.sqlite.org/download.html By the way, the sqlite3 executable program has nothing at all to do with the source code. The executable program is not a library of any kind, it's a utility program for messing with databases. The source code you've downloaded doesn't depend on any library files: it has everything it needs in the source. The two don't have to be of precisely the same version number. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users