Re: sqlite

From: Owen Cliffe <occ.a.t.cs.bath.ac.uk>
Date: Mon Feb 18 2002 - 12:14:04 EST

It is relatively easy to compile sqlite without the readline dependancy,
perhaps that is what the ipkg should do. I don't have an arm build
environment to hand, but the quick way to do it is to either compile
sqlite on a system without readline, or just edit sqlite/configure.ac
and substitute any
TARGET_READLINE_LIBS=... with TARGET_READLINE_LIBS=""
TARGET_READLINE_INC=... with TARGET_READLINE_INC=""
TARGET_HAVE_READLINE=1 entries with TARGET_HAVE_READLINE=0

which will force all of the sources to use getline instead.

there should really be a --disable-readline or something but there
doesn't seem to be...

owen

 
On Mon, 2002-02-18 at 16:18, Nils Faerber wrote:
> On 18 Feb 2002 09:47:42 -0500
> Jerry Sternesky <jster@home.com> wrote:
> > I used ipk to install sqlite 2.2.0. When I first tried to run it, I was
> > getting permission denied errors, so I went in usr/bin and did a chmod
> > +x on the file. Now I get an error while loading shared libraries:
> > libreadline.so.3 can not open shared object file. In /usr/lib I have
> > libsqlite.so.0 and libsqlite.so.0.0.0, so am I still missing a library
> > or do I need to configure something.
>
> Someone already mentioned this on the list and built a new sqlite package
> but I forgot where to get it. Search the list for it, please.
> The libreadline is only used by the commandline frontend. Normal
> applications using sqlite will not need it.
>
> > Thanks,
> > Jerry
> CU
> nils faerber
>
> --
> kernel concepts Tel: +49-271-771091-12
> Dreisbachstr. 24 Fax: +49-271-771091-19
> D-57250 Netphen D1 : +49-170-2729106
> --
> _______________________________________________
> GPE mailing list
> GPE@handhelds.org
> http://handhelds.org/mailman/listinfo/gpe
>
>

-- 
Owen Cliffe, Ph.D. Student, Dept. Computer Science
University of Bath
Received on Mon Feb 18 09:12:40 2002

This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:41:27 EDT