lua-fcgi
lua-fcgi copied to clipboard
Header issue on Debian
Package liblua5.1-0-dev provides lua.h not in /usr/include but in /usr/include/lua5.1.
Thus there is a need to patch source code before compiling.
You can either build with make LUA_INCDIR=/usr/include/lua5.1 LUA_LIBDIR=..., or use Luarocks which does that for you