Thanks for your replies. Yes I installed sqlite myself from a compressed tar package, using the funpkg -i command. I have linux 2.6.12.6-arm1 running on my D-Link DNS 323 (a neat little network attached storage module for your home) rendered autonomous after installing some boot-up scripts.
The sqlite package i installed contains the following files: bin\sqlite3 inlcude\sqlite3.h include\sqlite3ext.h lib\libsqlite3.so.0 lib\libsqlite3.so.0.8.6 lib\libsqlite3.a lib\libsqlite3.la lib\libsqlite3.so lib\pkgconfig\sqlite3.pc I'm not sure how to go about looking for a "configure" script or the "make install" option. The 'locate sqlite' command doesn't seem to work in my shell. Should I just look for all sqlite files and try deleting them that way? Tnx! On Sat, Jan 2, 2010 at 9:01 PM, Jay A. Kreibich <[email protected]> wrote: > On Sat, Jan 02, 2010 at 11:01:50PM +0000, Simon Slavin scratched on the > wall: > > > > On 2 Jan 2010, at 8:02pm, Ervin Sebag wrote: > > > > > Sorry for this newbie question, I am trying to figure out how to > uninstall > > > sqlite (v3.5.6-3) from my system (small linux system). Tnx. > > > > There's no 'install' for SQLite: > > Sure there is. The standard UNIX-friendly distribution, > sqlite-amalgamation-3.x.x.tar.gz, contains a "configure" script. If > run, that script generates a makefile that contains a standard > "make install" option. > > It also contains a "make uninstall" option. > > > Generally, the config script will install: > > ..prefix../bin/sqlite3 > ..prefix../include/sqlite3.h > ..prefix../include/sqlite3ext.h > ..prefix../lib/libsqlite.* (several different files, depending on OS) > ..prefix../lib/pkgconfig/sqlite3.pc > ..prefix../share/man/man1/sqlite3.1 > > On most systems, the default prefix is "/usr/local", but sometimes it > is just "/usr". > > -j > > -- > Jay A. Kreibich < J A Y @ K R E I B I.C H > > > "Our opponent is an alien starship packed with atomic bombs. We have > a protractor." "I'll go home and see if I can scrounge up a ruler > and a piece of string." --from Anathem by Neal Stephenson > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

