Re: [sqlite] 3.7.10 problem : SQLite header and source version mismatch

2012-01-26 Thread Kevin Youren
Thank you, Kevin Benson, for your hint about ldconfig

Using ldconfig -p , I found their is an older version of libsqlite3
in /usr/lib/i386-linux-gnu

So I replaced it with my compiled 3.7.10 version , and now sqlite3 works
from the command line.

regs,

Kevin Youren

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


Re: [sqlite] 3.7.10 problem : SQLite header and source version mismatch

2012-01-20 Thread Kevin Benson
--
   --
  --
 --ô¿ô--
K e V i N


On Thu, Jan 19, 2012 at 10:48 PM, Kevin Youren  wrote:

> G'day,
>
> thanks for such a great program.
>
> Slight problem with sqlite-autoconf-3071000
>
> When I issue from the command line: sqlite3
>
> I get
>
> SQLite header and source version mismatch
> I used:
>
> ./configure
> make
> sudo make install (an Ubuntu system)

sudo ldconfig


--
   --
  --
 --ô¿ô--
K e V i N
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] 3.7.10 problem : SQLite header and source version mismatch

2012-01-19 Thread Kevin Youren
G'day,

thanks for such a great program.

Slight problem with sqlite-autoconf-3071000

When I issue from the command line: sqlite3

I get

SQLite header and source version mismatch
2011-06-23 19:49:22 4374b7e83ea0a3fbc3691f9c0c936272862f32f2
2012-01-16 13:28:40 ebd01a8deffb5024a5d7494eef800d2366d97204

I tried "make clean;make", but no luck.

I used:
CPPFLAGS="-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS"
./configure
make
sudo make install (an Ubuntu system)


regs,

Kevin


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