RE: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-19 Thread Rachmel, Nir (Nir)
] Sqlite 3.4.0 - problem with prompt Yes, I do. That's how it worked for sqlite 3.2.8. I am cross compiling from i686 to a ppc based system, and I tried pointing the directories where these libs reside via the configure: --with-readline-lib="..." --with-readline-inc="..." Bu

RE: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-19 Thread Rachmel, Nir (Nir)
ge from the Makefile: /home/rachmel/build/target/root/usr/local/include: file not recognized: Is a directory Thanks, Nir. -Original Message- From: John Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 12:46 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Sqlite 3.4.0 -

Re: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-16 Thread John Stanton
Do you have readline? Rachmel, Nir (Nir) wrote: Hi, I recently upgraded from sqlite 3.2.8 to sqlite 3.4.0. I have only made minor changes in my system to get the new version up and running, however I encountered a problem: when I run sqlite with a database and try to use the 'history'

RE: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-16 Thread Joe Wilson
gust 16, 2007 4:16 PM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] Sqlite 3.4.0 - problem with prompt > > You want to enable readline to allow command history editting, not > disable it. > > --- "Rachmel, Nir (Nir)" <[EMAIL PROTECTED]> wrote: > >

RE: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-16 Thread Rachmel, Nir (Nir)
Tried without this line - it still doesn't work. Any ideas? Thanks, Nir. -Original Message- From: Joe Wilson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 4:16 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Sqlite 3.4.0 - problem with prompt You want to enable

Re: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-16 Thread Joe Wilson
You want to enable readline to allow command history editting, not disable it. --- "Rachmel, Nir (Nir)" <[EMAIL PROTECTED]> wrote: > I recently upgraded from sqlite 3.2.8 to sqlite 3.4.0. > I have only made minor changes in my system to get the new version up > and running, however I encountered