Install Lua in Linux and implement PHP Lua Extension
21:30 20 Jun 2020

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 /include/

But I dunno where this should be. Following instructions in this question: lua php extension installation via pecl fails did not help

php linux lua pecl