Run 'sqlite3' instead of 'sqlite'. And if that doesn't work then type '/usr/local/bin/sqlite3'
Dan -----Original Message----- From: Richard Nagle [mailto:[EMAIL PROTECTED] Sent: September 13, 2005 5:03 PM To: sqlite-users@sqlite.org Subject: [sqlite] Installer Question ? G4:~/desktop/sqlite-3.2.5/bld rn$ ls Makefile callback.lo func.o main.lo parse.c random.o trigger.o vdbeaux.lo alter.lo callback.o hash.lo main.o parse.h select.lo update.lo vdbeaux.o alter.o complete.lo hash.o mkkeywordhash parse.lo select.o update.o vdbefifo.lo analyze.lo complete.o insert.lo opcodes.c parse.o sqlite3 utf.lo vdbefifo.o analyze.o config.log insert.o opcodes.h parse.out sqlite3.h utf.o vdbemem.lo attach.lo config.status keywordhash.h opcodes.lo parse.y sqlite3.pc util.lo vdbemem.o attach.o date.lo legacy.lo opcodes.o pragma.lo table.lo util.o where.lo auth.lo date.o legacy.o os_unix.lo pragma.o table.o vacuum.lo where.o auth.o delete.lo lemon os_unix.o prepare.lo tclsqlite.lo vacuum.o btree.lo delete.o lempar.c os_win.lo prepare.o tclsqlite.o vdbe.lo btree.o expr.lo libsqlite3.la os_win.o printf.lo tokenize.lo vdbe.o build.lo expr.o libtclsqlite3.la pager.lo printf.o tokenize.o vdbeapi.lo build.o func.lo libtool pager.o random.lo trigger.lo vdbeapi.o G4:~/desktop/sqlite-3.2.5/bld rn$ sudo make install Password: tclsh ../tclinstaller.tcl 3.2 /usr/bin/install -c -d /usr/local/lib ./libtool --mode=install /usr/bin/install -c libsqlite3.la /usr/local/lib /usr/bin/install -c .libs/libsqlite3.0.8.6.dylib /usr/local/lib/libsqlite3.0.8.6.dylib (cd /usr/local/lib && rm -f libsqlite3.0.dylib && ln -s libsqlite3.0.8.6.dylib libsqlite3.0.dylib) (cd /usr/local/lib && rm -f libsqlite3.dylib && ln -s libsqlite3.0.8.6.dylib libsqlite3.dylib) /usr/bin/install -c .libs/libsqlite3.lai /usr/local/lib/libsqlite3.la /usr/bin/install -c .libs/libsqlite3.a /usr/local/lib/libsqlite3.a ranlib /usr/local/lib/libsqlite3.a chmod 644 /usr/local/lib/libsqlite3.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable during execution See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/install -c -d /usr/local/bin ./libtool --mode=install /usr/bin/install -c sqlite3 /usr/local/bin /usr/bin/install -c .libs/sqlite3 /usr/local/bin/sqlite3 /usr/bin/install -c -d /usr/local/include /usr/bin/install -c -m 0644 sqlite3.h /usr/local/include /usr/bin/install -c -d /usr/local/lib/pkgconfig; /usr/bin/install -c -m 0644 sqlite3.pc /usr/local/lib/pkgconfig; G4:~/desktop/sqlite-3.2.5/bld rn$ == It would appear, from this all went well, however, when open terminal window, and typing sqlite, nothing. So, guru's, Where is it?, I can see in the bld folder, but where is the exe file, of sqlite3 other words, how do I run the application. Thanks - Richard