dtgbot - ssl.core issue
Posted: Saturday 22 May 2021 12:04
Dear all
I am trying to control domoticz by using Telegram.
I am using already the telegram API for notification.
I have followed the wiki page instrictions : https://www.domoticz.com/wiki/Remote_Co ... legram_Bot
But I am facing an issue.
The dtb.log.error files is showing an issue with ssl.core library.
I found on this long thread a person that solved the issue by removing the lua folder in /usr/local/lib & /usr/local/shared & installed the LUA lib
I have tested that but I have the same message remaining...
Please help !
I am trying to control domoticz by using Telegram.
I am using already the telegram API for notification.
I have followed the wiki page instrictions : https://www.domoticz.com/wiki/Remote_Co ... legram_Bot
But I am facing an issue.
The dtb.log.error files is showing an issue with ssl.core library.
Code: Select all
pi@domo:/var/tmp $ cat dtb.log.errors
/usr/bin/lua5.2: error loading module 'ssl.core' from file '/usr/local/lib/lua/5.2/ssl.so':
libssl.so.1.0.0: cannot open shared object file: No such file or directory
Code: Select all
sudo apt install lua-socket
Please help !