Hello Richard

How I did it:

./configure
make
make install

I join the config.log.
If it is not the file you need, please tell me what to do, so I can make a new 
one.

Best Regards
Jean-Christophe





Le 26-04-2012 13:04, Richard Hipp a écrit :
On Thu, Apr 26, 2012 at 2:37 AM, Jean-Christophe<christo...@ls-s.dk>  wrote:

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 4374b7e83ea0a3fbc3691f9c0c9362**72862f32f2
2012-03-20 11:35:50 00bb9c9ce4f465e6ac321ced2a9d00**62dc364669
jean-christophe@PC01:~/**Téléchargements/sqlite-**autoconf-3071100$|

This happened because when you compiled the new version of SQLite, the
Makefile somehow picked up the preexisting "sqlite3.h" header file that was
already installed on Ubuntu rather than the latest header file from the
source tree.

What procedure did you use to build?  Can you send us the output of your
build?



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




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

Reply via email to