lua-fcgi icon indicating copy to clipboard operation
lua-fcgi copied to clipboard

Header issue on Debian

Open y0shir opened this issue 1 year ago • 1 comments

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.

y0shir avatar Mar 30 '24 15:03 y0shir

You can either build with make LUA_INCDIR=/usr/include/lua5.1 LUA_LIBDIR=..., or use Luarocks which does that for you

mikejsavage avatar Mar 31 '24 06:03 mikejsavage