[sqlite] BUG: readline is not auto-detected

2016-05-20 Thread Jeroen Demeyer
On 2016-05-20 16:44, Steve Schow wrote: > it seemed to detect it for me when I built on Debian 7 Are you sure? Was this using the sqlite-autoconf-313.tar.gz tarball? Just to understand the issue better, can you post the output of running "./configure" as well as the generated "config.log".

[sqlite] BUG: readline is not auto-detected

2016-05-20 Thread Jeroen Demeyer
With SQLite 3.13.0 using the autoconf tarball, running ./configure without arguments does not automatically check for readline. This used to work in SQLite 3.8.4. The reason is that the default value for "enable-readline" is set to "no" in configure.ac. The fix is easy: diff -ru a/configure.ac

[sqlite] BUG: readline is not auto-detected

2016-05-20 Thread Steve Schow
it seemed to detect it for me when I built on Debian 7 I had the following packages installed via apt-get: readline-common libreadline6-dev libreadline6 On May 20, 2016, at 6:07 AM, Jeroen Demeyer wrote: > With SQLite 3.13.0 using the autoconf tarball, running ./configure without > arguments