Re: [sqlite] Does anyone know how I would uninstall sqlite?

2006-01-21 Thread twoeyedhuman
I think it worked! I tried to the make -n install method and found this: /usr/bin/install -c -d /usr/local/lib ./libtool --mode=install /usr/bin/install -c libsqlite3.la /usr/local/lib /usr/bin/install -c -d /usr/local/bin ./libtool --mode=install /usr/bin/install -c sqlite3 /usr/local/bin

Re: [sqlite] Does anyone know how I would uninstall sqlite?

2006-01-21 Thread Nathan Kurz
> twoeyedhuman wrote: > > I have the latest version of sqlite3 on my debian box and I'd like > > to uninstall it because I keep getting this error through bash: > > sqlite3: error while loading shared libraries: libsqlite3.so.0: > > cannot open shared obje ct file: No such file or directory I'm >

Re: [sqlite] Does anyone know how I would uninstall sqlite?

2006-01-21 Thread Clay Dowling
twoeyedhuman wrote: > I have the latest version of sqlite3 on my debian box and I'd like to > uninstall it because I keep getting this error through bash: > > sqlite3: error while loading shared libraries: libsqlite3.so.0: cannot open > shared obje ct file: No such file or directory > > I'm

[sqlite] Does anyone know how I would uninstall sqlite?

2006-01-20 Thread twoeyedhuman
I have the latest version of sqlite3 on my debian box and I'd like to uninstall it because I keep getting this error through bash: sqlite3: error while loading shared libraries: libsqlite3.so.0: cannot open shared obje ct file: No such file or directory I'm actually running xandros linux and I