Hello,

I have to tell that I didn't knew SQLite at all when I started this!
On an Ubuntu 11.10, I have installed:
command line interface for SQLite
Navigateur de bases de données SQLite
Sqliteman

Afterwards, I have downloaded the last version from your website and install it with make install.

When I try to make a new database in command line, I have:

|SQLite header and source version mismatch
2011-06-23 19:49:22 4374b7e83ea0a3fbc3691f9c0c936272862f32f2
2012-03-20 11:35:50 00bb9c9ce4f465e6ac321ced2a9d0062dc364669
jean-christophe@PC01:~/Téléchargements/sqlite-autoconf-3071100$|

I look at google, make some research and I find a post, where they use ldconfig. When I try ldconfig on my machine, I have this:

|jean-christophe@PC01:~$ sudo ldconfig -p | grep sqlite
    libsqlite3.so.0 (libc6) =>  /usr/lib/i386-linux-gnu/libsqlite3.so.0
    libsqlite.so.0 (libc6) =>  /usr/lib/libsqlite.so.0|

So far, so good.
I want to uninstall everything, and start from scratch.
I use the program manager from ubuntu and uninstall: command line interface for SQLite, Navigateur de bases de données SQLite and Sqliteman
I make uninstall the downloaded installed package.

All the programs are removed, but if I make the samme command as previously, I have now this:
jean-christophe@PC01:~$ sudo ldconfig -p | grep sqlite
[sudo] password for jean-christophe:
    libsqlite3.so.0 (libc6) => /usr/lib/i386-linux-gnu/libsqlite3.so.0
    libsqlite3.so.0 (libc6) => /usr/local/lib/libsqlite3.so.0
    libsqlite3.so (libc6) => /usr/local/lib/libsqlite3.so
    libsqlite.so.0 (libc6) => /usr/lib/libsqlite.so.0

Can you please tell me, what I have to do for removing all occurencies of SQLite without damaging some programs using it? When it's down, could you maybe suggest me som tutorials. I have plan to use it with Lazarus.

Thank you
Best regards
Jean-Christophe



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to