Re: [sqlite] Error while loading shared libraries: libsqlite.so.0

2005-05-05 Thread Gerry Snyder
Leander Gillard wrote: Sorry to ask such a newb question but shouldn't I have to use a uname and pwd to acces the sqlite db, if not, how should I protect it ? Leander From whom? Does your OS allow setting read and write permissions? Anything else is roll-your-own. Gerry

Re: [sqlite] Error while loading shared libraries: libsqlite.so.0

2005-05-04 Thread Saul
De:"Austin Gilbert" [EMAIL PROTECTED] Para:sqlite-users@sqlite.org Cópia: Data:Wed, 4 May 2005 13:01:56 -0500 Assunto:Re: [sqlite] Error while loading shared libraries: libsqlite.so.0 > > On May 4, 2005, at 8:54 AM, Sombra wrote: > > > Hi, > > I was compi

Re: [sqlite] Error while loading shared libraries: libsqlite.so.0

2005-05-04 Thread Austin Gilbert
On May 4, 2005, at 8:54 AM, Sombra wrote: Hi, I was compiling SQLite for the PowerPC 8xx architecture using Power PC cross compiler, i.e ppc_8xx-gcc, on a Pentium 4 machine running ELDK, after a lot of problems I did it and I get the files: libsqlite.a, libsqlite.lai, libsqlite.so.0.8.6 and

Re: [sqlite] Error while loading shared libraries: libsqlite.so.0

2005-05-04 Thread Ulrik Petersen
Hi Sombra, Saul wrote: Ok, but when I make the cross-compile for Power-Pc in my computer (running Red Hat 8.0) it doesn’t create any file named "libsqlite.so.0", just "libsqlite.so.0.8.6". Is this file a result from a correct compile or I can download this from other place? libsqlite.so.0

Re: [sqlite] Error while loading shared libraries: libsqlite.so.0

2005-05-04 Thread Saul
Ok, but when I make the cross-compile for Power-Pc in my computer (running Red Hat 8.0) it doesn’t create any file named "libsqlite.so.0", just "libsqlite.so.0.8.6". Is this file a result from a correct compile or I can download this from other place? Thanks very much, Sombra

Re: [sqlite] Error while loading shared libraries: libsqlite.so.0

2005-05-04 Thread Xavier Aguila
I think you have a problem with your library path you need move your file to a dierctory that is in your library path like /usr/lib and then run ldconfig or modify /etc/ld.so.conf and then run ldconfig. good luck Xavier Sombra wrote: Hi, I was compiling SQLite for the PowerPC 8xx architecture

[sqlite] Error while loading shared libraries: libsqlite.so.0

2005-05-04 Thread Sombra
Hi, I was compiling SQLite for the PowerPC 8xx architecture using Power PC cross compiler, i.e ppc_8xx-gcc, on a Pentium 4 machine running ELDK, after a lot of problems I did it and I get the files: libsqlite.a, libsqlite.lai, libsqlite.so.0.8.6 and sqlite. After this I make a C program based