Page 1 of 1

dtgbot - ssl.core issue

Posted: Saturday 22 May 2021 12:04
by usky73
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.

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

Code: Select all

sudo apt install lua-socket
I have tested that but I have the same message remaining...

Please help !

Re: dtgbot - ssl.core issue

Posted: Tuesday 27 July 2021 18:18
by Welsyntoffie
Marcello1970 wrote: Thursday 28 February 2019 12:34 I've got the bot working on the RB3.

Edit the sources.list

Code: Select all

sudo nano /etc/apt/sources.list
add the next line:

Code: Select all

deb http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
Save it with CTRL + X , Y
and then:

Code: Select all

sudo apt-get update
sudo apt-get install libssl1.0.0
Then the bot works!
Thanks to:
https://diyprojects.io/domoticz-install ... HfCKOhKgdW