(10-22-2018, 08:32 AM)O1Hitman1O Wrote: Ok success after changing to
LUA53_LIBDIR = "/usr/lib/arm-linux-gnueabihf"
But the service will now not start. This is the status error
ystemd[1]: ats.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: ats.service: Unit entered failed state.
systemd[1]: ats.service: Failed with result 'exit-code'.
you are in a 32 bits OS, or you installed linaro tools.
It would be nice if you can tell what OS you are using, to include in ats tool.
Lua now know, and have verified its ats dependencies(including liblua5.3.so ),
But the Makefile doesn't know..
it compiles, but then it cannot install, because of path in Makefile:
Code:
find /usr/{include,lib} -name lua5.3 -o -name 5.3 && find /lib -name system
What is the result of this command?
it tells you the paths were are the include headers( 'find /usr/include -name lua.h -o -name lauxlib.h -o -name lualib.h' ),the shared library 'lua5.3.so', and the systemd 'system' directory, by this order..