Quoting "Gary V. Vaughan" <gary@vaughan.pe>:
On Jun 21, 2014, at 8:33 AM, contact@expare.net wrote:Recent comment:I can't install the lua compiler (lua do org) with the newest version of Ubuntu[[snip]]lua.c:67:31: fatal error: readline/readline.h: No such file or directoryAs you can see from the error message your system is missing the readline.h header file.
#include <readline/readline.h>
Close to the top of the list of results when googling "ubuntu readline.h" is the solution:
http://lua-users.org/lists/lua-l/2011-07/msg00534.html
Hope that helps,
--Gary V. Vaughan (gary AT vaughan DOT pe)