--- Ulrich Schöbel <[EMAIL PROTECTED]> wrote:
> Thanks for the patch, but there is still something wrong in the
> linking stage.
> 
> I have 3 instances of SQLite on my system:
> The first is 3.2.1, installed with the system and not used, at least
> not by me, library in /usr/lib.
> The second is installed in a separate directory tree, version 3.3.4,
> which I don't want to change, at least not now.
> The third is in /usr/local/..., version 3.3.4 until now, to be substituted
> by 3.3.16.
> 
> When I run make it produces an sqlite3 binary linked against the
> 3.3.4 library. I made it temporarily unsearchable, now it links
> against the 3.2.1. Next step was to remove the 3.2.1 lib in /usr/lib.
> Now the linker doesn't find a library. It simply refuses to accept the
> right one. Scanning libtool showed all three lib directories in place.
> 
> The shell script sqlite3 runs fine as it did yesterday without the patch.

To avoid future linkage and path problems with the sqlite3 shell, 
I'd recommend building it statically. Fewer possible problems.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to