hi Jay

Jay A. Kreibich wrote:
>   Yes.  Readline support is not on by default.
>
>   You need to compile it with -DHAVE_READLINE and add -lreadline
>   to the linker:
>
> $ cc -DHAVE_READLINE -o sqlite3 sqlite3.c shell.c -lreadline

recompiling sqlite3 from source code with your command
solved the problem. thank you so much

Qianqian
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to