I am not able to install Domoticz on my RP3B.
I tried the easy way as mentioned on the website but the installation always stops at the same point.
It has to do with "Checking for libudev-dev." See:
Code: Select all
pi@raspberrypi:~ $ curl -L install.domoticz.com | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 194 100 194 0 0 2586 0 --:--:-- --:--:-- --:--:-- 2621
100 16565 100 16565 0 0 72973 0 --:--:-- --:--:-- --:--:-- 72973
:::
::: Script called with non-root privileges. The Domoticz installs server packages and configures
::: system networking, it requires elevated rights. Please check the contents of the script for
::: any concerns with this requirement. Please be sure to download this script from a trusted source.
:::
::: Detecting the presence of the sudo utility for continuation of this install...
::: Utility sudo located.
:::
::: You are root.
::: Verifying free disk space...
:::
::: apt-get update has not been run today. Running now... done!
:::
::: Checking apt-get for upgraded packages.... done!
:::
::: Your system is up to date! Continuing with Domoticz installation...
::: 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...pi@raspberrypi:~ $
Can someone help me out ?