Page 1 of 1

Installation on Raspberry Pi 4 fails

Posted: Sunday 26 April 2020 10:58
by johnswinnen
Hi,

I'm trying to install Domoticz on a Raspberry PI 4, but it always fails.
I have searched on Google and this forum for days but can't find a solution.

Is there anyone who can help me?
Below the steps of the installation.

root@raspberrypi4:/home/pi# curl -sSL install.domoticz.com | bash
:::
::: You are root.
::: Verifying free disk space...
:::
::: Checking apt-get for upgraded packages.... done!
:::
::: There are 4 updates available for your system!
::: We recommend you run 'apt-get upgrade' after installing Domoticz!
:::
::: Checking for apt-utils... installed!
::: Checking for whiptail... installed!
::: Checking for git... installed!
::: Checking for curl... installed!
::: Checking for unzip... installed!
::: Checking for wget... installed!
::: Checking for sudo... installed!
::: Checking for cron... installed!
::: Checking for libudev-dev...root@raspberrypi4:/home/pi#

Regards,
John

Re: Installation on Raspberry Pi 4 fails

Posted: Monday 27 April 2020 17:38
by psubiaco
Hi.
Did you try to manually install libudev-dev package?
From root shell,

Code: Select all

apt install libudev-dev
Have a nice day.
Paolo