Hello,
I run domoticz for years but thought lets make a frsh install on buster. got a spare SD card, installed latest distro, so far so good. when trying to install domoticz the easy way I get:
Code: Select all
pi@Domoticz:~ $ curl -L install.domoticz.com | sudo bash % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 178 100 178 0 0 1893 0 --:--:-- --:--:-- --:--:-- 1893
100 16569 100 16569 0 0 80432 0 --:--:-- --:--:-- --:--:-- 80432
:::
::: You are root.
::: Verifying free disk space...
:::
::: 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... installed!
::: Checking for libcurl4... installed!
::: Checking for libusb-0.1... installed!
::: Downloading Domoticz
::: Current User: pi
HTTP Port: 8080
:::
::: Destination folder=/home/pi/domoticz
--2021-02-03 22:16:55-- http://www.domoticz.com/download.php?channel=release&ty pe=release&system=linux&machine=armv7l
Resolving www.domoticz.com (www.domoticz.com)... 172.67.190.40, 104.21.10.127, 2 606:4700:3031::6815:a7f, ...
Connecting to www.domoticz.com (www.domoticz.com)|172.67.190.40|:80... connected .
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.domoticz.com/download.php?channel=release&type=release&sys tem=linux&machine=armv7l [following]
--2021-02-03 22:16:56-- https://www.domoticz.com/download.php?channel=release&t ype=release&system=linux&machine=armv7l
Connecting to www.domoticz.com (www.domoticz.com)|172.67.190.40|:443... connecte d.
HTTP request sent, awaiting response... 302 Found
Location: https://releases.domoticz.com/releases/release/domoticz_linux_armv7l.t gz [following]
--2021-02-03 22:16:56-- https://releases.domoticz.com/releases/release/domoticz _linux_armv7l.tgz
Resolving releases.domoticz.com (releases.domoticz.com)... 146.185.159.228, 2a03 :b0c0:0:1010::480:1001
Connecting to releases.domoticz.com (releases.domoticz.com)|146.185.159.228|:443 ... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-02-03 22:16:56 ERROR 404: Not Found.
I then tried the other way as explained on the domoticz faq compiling it form source, but then I get an error saying my cmake version is outdated. Which is strange as I just only installed it and updated it an theres no newer version found..
Code: Select all
CMake 3.16.0 or higher is required. You are running version 3.13.4