On Thu, Jun 20, 2013 at 04:13:06PM +0000, Tilsley, Jerry M. scratched on the 
wall:
> All,
> 
> I have two environments; one production and one test/development. 
> Both are Redhat Linux 6.3 running SQLite 3.7.10.  On the test/development 
> environment when I'm using the SQLite shell I can use the up/down arrows
> to use previous commands, but on my prod environment I keep getting
> "^]]A" instead of the previous command.  I'm also running Putty to
> connect via SSH to both environments with identical configurations.
> 
> Can someone help shed some light on what I'm missing??  I know this
> can be as much a OS problem as SQLite, but this group has a better
> chance of figuring this out since it is occurring only inside the
> SQLite shell and not at the OS level.

  One version of the "sqlite3" app was compiled with readline support,
  one was not.  It is not on by default.

  You can re-compile with "-DHAVE_READLINE -lreadline".

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
 but showing it to the wrong people has the tendency to make them
 feel uncomfortable." -- Angela Johnson
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to