Page 1 of 1
Domoticz on Raspberry Pi Desktop for PC
Posted: Monday 09 November 2020 18:22
by Tiger362
Is it possible to run Domoticz on Raspberry Pi Desktop for PC?
I have tried it, but without success.
I get the next error:
- 2020-11-07.png (58.13 KiB) Viewed 858 times
Re: Domoticz on Raspberry Pi Desktop for PC
Posted: Monday 09 November 2020 18:29
by Sjonnie2017
Why not use a Linux distro? The Wiki has a great how-to about installing Domoticz on it. Or you could use Windows (if you have the laptop you'll have a license in 99.99% of the cases) and use Domoticz on that.
Might I ask what the added benefit is of using RPi Desktop for PC?
Re: Domoticz on Raspberry Pi Desktop for PC
Posted: Tuesday 10 November 2020 17:14
by erem
@sjonnie2017
RPi Desktop for PC IS a linux distro. it just uses the raspberry desktop instead of gnome or kde
@tiger362
try installing the missing libssl
apt search libssl will show you the available installs
then do sudo apt-get install <name>
then restart domoticz
Re: Domoticz on Raspberry Pi Desktop for PC
Posted: Tuesday 10 November 2020 23:08
by Tiger362
erem wrote: ↑Tuesday 10 November 2020 17:14
@sjonnie2017
RPi Desktop for PC IS a linux distro. it just uses the raspberry desktop instead of gnome or kde
@tiger362
try installing the missing libssl
apt search libssl will show you the available installs
then do sudo apt-get install <name>
then restart domoticz
Thanks @sjonnie2017 and @erem for your replies!
I searched for the libssl files and this is the result of the file Domoticz "cann't" find(I think....):
- 2020-11-10 (2).png (64.26 KiB) Viewed 819 times
Re: Domoticz on Raspberry Pi Desktop for PC
Posted: Wednesday 11 November 2020 15:15
by erem
ok, it seems libssl1.1 is installed
From your output i see you are running 32 bit (i386)
you can find where libssl is installed by executing
i would expect to find it in one of the /usr/lib subdirs
report what you find and we can take next steps to resolve this
Re: Domoticz on Raspberry Pi Desktop for PC
Posted: Thursday 12 November 2020 11:44
by erem
it seems your problem is the 32 bit version.
viewtopic.php?t=29879
you can try compiling from source, or move to x64 Linux, or try x32 windows
sorry i cannot bee of more help
Re: Domoticz on Raspberry Pi Desktop for PC
Posted: Thursday 12 November 2020 18:58
by Tiger362
erem wrote: ↑Thursday 12 November 2020 11:44
it seems your problem is the 32 bit version.
viewtopic.php?t=29879
you can try compiling from source, or move to x64 Linux, or try x32 windows
sorry i cannot bee of more help
Thanks for your help anyway Rob