I have an sqlite database running on a Raspberry Pi 2 (Raspbian Jessie), and I compile new versions of sqlite on a regular basis. When I try to compile 3.10.1 (autoconf), configure couldn't find readline libraries. Last successfully compiled version was 3.9.2 (autoconf). In both cases, is the same command:
# ./configure --enable-readline Please let me know if I can help! Thanks

