10-22-2018, 06:08 AM
(10-22-2018, 01:18 AM)O1Hitman1O Wrote: I have tried to remove Lua and install again following the steps but with no success.
Where would the files be located?
liblua5.3.a
liblua5.3.so
The libraries,
when you install via apt-get are located here:
Code:
LUA53_LIBDIR = "/usr/lib/aarch64-linux-gnu"
To find the place were they are, issue:
Code:
find /usr -name liblua5.3.so
In Ubuntu Lxde or in debian images they were in "/usr/lib/aarch64-linux-gnu".
Because luarocks doesn't know where they really are, the 'variables' table, needs to be in: "/etc/luarocks/config.lua"