Page 1 of 1

Domoticz running on RPI2 and Raspbian DESKTOP, how ?

Posted: Tuesday 01 May 2018 15:10
by askmurphy
hello !
I want to install DOMOTICZ on a RP2 RASPBIAN DESKTOP.
Tried different things, but not succesfully.

I want to use the desktop-browser of this RP2-Domoticz server too !

Can somebody tell me how to do this ?

Would be great !

;-) Arthur

Re: Domoticz running on RPI2 and Raspbian DESKTOP, how ?

Posted: Tuesday 01 May 2018 15:18
by bbqkees
Just visit the desktop in Raspbian and open the Terminal program and then follow the usual guide from https://www.domoticz.com/wiki/Raspberry_Pi.

Re: Domoticz running on RPI2 and Raspbian DESKTOP, how ?

Posted: Thursday 03 May 2018 0:38
by askmurphy
I am trying to install Domoticz on a fresh RASPBIAN STRETCH DESKTOP.

Installing is ok, but when I open the webbrowser and go to the domoticz page, I get the message: connection refused..

How can we fix this ?

Regards,

;-) Arthur

Re: Domoticz running on RPI2 and Raspbian DESKTOP, how ?

Posted: Thursday 03 May 2018 9:43
by bbqkees
What exactly do you type in as an address?

Re: Domoticz running on RPI2 and Raspbian DESKTOP, how ?

Posted: Thursday 03 May 2018 10:19
by askmurphy
bbqkees wrote:What exactly do you type in as an address?
http://192.168.1.59:8080

This is the right ip-address of the raspberry, tried this in the browser of the rpi and on a computer in the same network. Same problem...


Re: Domoticz running on RPI2 and Raspbian DESKTOP, how ?

Posted: Friday 04 May 2018 0:37
by Treve
askmurphy wrote: Thursday 03 May 2018 0:38 I am trying to install Domoticz on a fresh RASPBIAN STRETCH DESKTOP.

Installing is ok, but when I open the webbrowser and go to the domoticz page, I get the message: connection refused..

How can we fix this ?
I had the same problem, i solved the problem with:

wget http://ftp.nl.debian.org/debian/pool/ma ... _armhf.deb

sudo dpkg -i libssl1.0.0_1.0.2l-1~bpo8+1_armhf.deb

Re: Domoticz running on RPI2 and Raspbian DESKTOP, how ?

Posted: Sunday 25 August 2019 21:14
by dpcons
Looks like I have the same issue. Seem libraries can't be found.
ldd domoticz gives me this.

linux-vdso.so.1 (0x00007ffe173df000)
libssl.so.1.0.0 => not found
libcrypto.so.1.0.0 => not found
libusb-0.1.so.4 => not found
libudev.so.1 => not found
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fb7bbfb6000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fb7bbd9c000)
libcurl-gnutls.so.4 => not found
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb7bbb7f000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb7bb97b000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb7bb677000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb7bb2d8000)
/lib64/ld-linux-x86-64.so.2 (0x00007fb7bc1be000)

the libssl1.0.0 library does exist but apparently, it can't be found or whatever!
Anyone else successful installing this on Raspbian Desktop??
Thank
Dan Powell