Re: [sqlite] compiling the demo example

2005-01-30 Thread Alex Bartonek
You are THE MAN That worked. thank you VERY MUCH!! I cant wait to incorporate this into code. Thanks again to all who replied :) -Alex On Sun, 2005-01-30 at 23:21 +0100, Ulrik Petersen wrote: > > > man ldconfig

Re: [sqlite] compiling the demo example

2005-01-30 Thread Ulrik Petersen
Alex Bartonek wrote: LOL.. ok I'm getting farther... the problem was in my makefile.. I can actually create a executable (SuSE 9.2) but when I run it I get: ~/workspace/test> ./a.out ./a.out: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or

Re: [sqlite] compiling the demo example

2005-01-30 Thread Alex Bartonek
LOL.. ok I'm getting farther... the problem was in my makefile.. I can actually create a executable (SuSE 9.2) but when I run it I get: ~/workspace/test> ./a.out ./a.out: error while loading shared libraries: libsqlite3.so.0: cannot open shared object file: No such file or directory the library

[sqlite] compiling the demo example

2005-01-29 Thread Alex Bartonek
I'm running SuSE 9.2..I downloaded 3.0.8 source to compile since the .RPM didnt install due to a dependency issue (which I couldnt resolve).. now I have 3.0.8 compiled, works..but my question is..when I try compiling the demo I dont believe I have the header files..so I downloaded the 3.0.8-1 .rpm