SQLite Forum

Compiling sqlite3 with readline support
Login
Er, I take that back: It builds, but it breaks history. I think what happens is that sqlite code thinks it is talking to editline, where in reality it is talking to readline.

I am resorting to editing the `configure` script now. I know this is wrong and should never be necessary, but I want to get to the bottom of this. I'll report back when I understand more.