RE: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-19 Thread Rachmel, Nir (Nir)
OK, got it solved. Just changed the generated Makefile manually, and bypassed the configure script. Thanks for the help. Nir. -Original Message- From: Rachmel, Nir (Nir) [mailto:[EMAIL PROTECTED] Sent: Sunday, August 19, 2007 11:01 AM To: sqlite-users@sqlite.org Subject: RE: [sqlite

RE: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-19 Thread Rachmel, Nir (Nir)
problem with prompt 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

RE: [sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-16 Thread Rachmel, Nir (Nir)
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 encountere

[sqlite] Sqlite 3.4.0 - problem with prompt

2007-08-16 Thread Rachmel, Nir (Nir)
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' feature of the command-line (pressing the 'up' arrow key

RE: [sqlite] sqlite 3.2.8 segmentation fault

2007-06-11 Thread Rachmel, Nir (Nir)
=diehard --- "Rachmel, Nir (Nir)" <[EMAIL PROTECTED]> wrote: > I am running sqlite version 3.2.8, on a windriver linux, on a ppc > platform. > It is linked to PHP 5.1.4, where I have scripts that access the > database (both sets and gets). Recently I have been experi

[sqlite] sqlite 3.2.8 segmentation fault

2007-06-10 Thread Rachmel, Nir (Nir)
Hi All, I am running sqlite version 3.2.8, on a windriver linux, on a ppc platform. It is linked to PHP 5.1.4, where I have scripts that access the database (both sets and gets). Recently I have been experimenting with simultanious accesses to the sqlite database (meaning mutliple clients