Re: [sqlite] sqlite3 shell doesn't install correctly

2007-04-22 Thread Joe Wilson
--- [EMAIL PROTECTED] wrote:
> Ulrich =?iso-8859-1?q?Sch=F6bel?= <[EMAIL PROTECTED]> wrote:
> > On Saturday 21 April 2007 15:40, Joe Wilson wrote:
> > >
> > > Apply this patch to fix this problem.
> > >
> > 
> > Thanks for the patch, but there is still something wrong in the
> > linking stage.
> > 
> 
> I do not understand why you are having problems.  Nor can
> I figure out why Joe's patch might help.

I was just trying to avoid the unresolved references to sqlite3_io_trace
that he was reporting, without knowing what options he built the code with
in the first place.

But is there any reason why the reference sqlite3_io_trace in shell.c
and the extern sqlite3_io_trace in main.c should not be #ifdef'd like 
the others?


__
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]
-



Re: [sqlite] sqlite3 shell doesn't install correctly

2007-04-21 Thread Ulrich Schöbel
On Saturday 21 April 2007 17:52, [EMAIL PROTECTED] wrote:
> Ulrich =?iso-8859-1?q?Sch=F6bel?= <[EMAIL PROTECTED]> wrote:
> > On Saturday 21 April 2007 15:40, Joe Wilson wrote:
> > > Apply this patch to fix this problem.
> >
> > Thanks for the patch, but there is still something wrong in the
> > linking stage.
>
> I do not understand why you are having problems.  Nor can
> I figure out why Joe's patch might help.
>
> --
> D. Richard Hipp <[EMAIL PROTECTED]>
>
>
> ---
>-- To unsubscribe, send email to [EMAIL PROTECTED]
> ---
>--
It was a case of Murphy's Law enforcement.

I must have changed ldconfig, don't know why and when.
A simple rerun of ldconfig and everything was ok.

I apologize for the noise.

Ulrich

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



Re: [sqlite] sqlite3 shell doesn't install correctly

2007-04-21 Thread drh
Ulrich =?iso-8859-1?q?Sch=F6bel?= <[EMAIL PROTECTED]> wrote:
> On Saturday 21 April 2007 15:40, Joe Wilson wrote:
> >
> > Apply this patch to fix this problem.
> >
> 
> Thanks for the patch, but there is still something wrong in the
> linking stage.
> 

I do not understand why you are having problems.  Nor can
I figure out why Joe's patch might help.

--
D. Richard Hipp <[EMAIL PROTECTED]>


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



[sqlite] sqlite3 shell doesn't install correctly

2007-04-20 Thread Ulrich Schöbel
Hi all,

I've used SQLite-3.3.4 for quite a while, mostly the Tcl binding.
A few days ago I installed 3.3.15 and the Tcl binding worked fine.
Tonight I downloaded 3.3.16 and compiled it without any errors
or warnings and then installed it. When I tried to execute sqlite3
the following error appered:

sqlite3: symbol lookup error: sqlite3: undefined symbol: sqlite3_io_trace

I switched back to 3.3.15 with the same result. A switch back to
3.3.4 behaved normal.

What's wrong with 3.3.15 and 3.3.16?

Kind regards

Ulrich

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