Search found 3 matches

by PhilippeTC
Tuesday 10 April 2018 17:41
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz on Raspberry Pi 3B+ (Jessy won't install)
Replies: 12
Views: 4849

Re: Domoticz on Raspberry Pi 3B+ (Jessy won't install)

You are running into the libssl problem. Its well documented on the forums. I fixed mine with the following: http://ftp.nl.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.2l-1~bpo8+1_armhf.deb sudo dpkg -i libssl1.0.0_1.0.2l-1~bpo8+1_armhf.deb Well, I tried the first line. Nasty piece of work ...
by PhilippeTC
Monday 09 April 2018 23:45
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz on Raspberry Pi 3B+ (Jessy won't install)
Replies: 12
Views: 4849

Re: Domoticz on Raspberry Pi 3B+ (Jessy won't install)

Thanks. I'll try tomorrow.
DanM wrote: Sunday 08 April 2018 21:39 You are running into the libssl problem. Its well documented on the forums.
Can you post a link (links) to these?
by PhilippeTC
Sunday 08 April 2018 18:07
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Domoticz on Raspberry Pi 3B+ (Jessy won't install)
Replies: 12
Views: 4849

Re: Domoticz on Raspberry Pi 3B+ (Jessy won't install)

A few days ago I got my first Pi, a 3B+. I installed NOOBS (https://www.raspberrypi.org/downloads/noobs/). No problems here. I got a perfectly working Pi with desktop. Then I Installed Domoticz as instructed (http://www.domoticz.com/downloads/): sudo curl -L install.domoticz.com | bash. But this did ...