Install Lua in Linux and implement PHP Lua Extension
I installed Lua via:
apt-get install lua5.3 lua5.3-dev
Then made
pecl install lua
which gave me this error: Please reinstall the lua distribution - lua.h should be in
But I dunno where this should be. Following instructions in this question:
lua php extension installation via pecl fails
did not help