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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to