Hi,
I didn't found a solution until now. Must admit that I didn't gave it much attention also in the meanwhile.
You wrote that you downloaded and installed usrlocalliblua5p2 and usrlocalsharelua5p2. Because I couldn't found out how you did it I googled and found this in domoticz EQ3 wiki when i was searching how to download and install the usrlocalliblua5p2 and usrlocalsharelua5p2
Code: Select all
First you need to update Lua to 5.2. and install some extra lua files.
sudo apt-get install lua5.2
sudo apt-get install lua-socket
sudo apt-get install luarocks
sudo luarocks install luasec
sudo luarocks install luasocket
sudo luarocks install basexx
Then check if they have all installed ok
luarocks list
Which should show
Installed rocks:
----------------
basexx
0.3.0-1 (installed) - /usr/local/lib/luarocks/rocks
luasec
0.6-1 (installed) - /usr/local/lib/luarocks/rocks
luasocket
3.0rc1-2 (installed) - /usr/local/lib/luarocks/rocks
If you get a problem such as openssl.a or openssl.so or openssl.so.* not found
This may be an issue withe where different systems install/store files
try
sudo apt-get install libssl-dev
sudo mkdir /usr/local/ssl
sudo cp /usr/lib/arm-linux-gnueabihf/libssl.* /usr/local/ssl
sudo luarocks install luasec OPENSSL_LIBDIR=/usr/local/ssl
then check
luarocks list
N.B. If you had lua5.1 installed you may need to copy some files across to lua5.2 as they appear to install differently.
sudo cp /usr/local/share/lua/5.1/*.lua /usr/local/share/lua/5.2
Hopefully, your system now has everything in place now
Could this probably help you (and me) -->
https://www.domoticz.com/forum/viewtopic.php?t=10783
Her I find that it is depending on your processor
What I will try this evening when I'm home is:
sudo apt-get install lua5.2
sudo apt-get install lua-socket
sudo apt-get install luarocks
sudo luarocks install luasec
sudo luarocks install luasocket
sudo luarocks install basexx
And see what happens, will keep you informed