Install stops after Checking for libcurl4

On various Hardware and OS systems: pi / windows / routers / nas, etc

Moderator: leecollings

Post Reply
tejano96
Posts: 2
Joined: Sunday 30 October 2016 18:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Install stops after Checking for libcurl4

Post by tejano96 »

Hi,

I'm using OSMC in my Raspberry Pi 3 Model B. Below you can find the version used:

Code: Select all

AME="OSMC"
VERSION="June 2019"
VERSION_ID="2019.06-1"
ID=osmc
ID_LIKE=debian

ANSI_COLOR="1;31"
HOME_URL="https://www.osmc.tv"
SUPPORT_URL="https://www.osmc.tv"
BUG_REPORT_URL="https://www.osmc.tv"
When installing Domoticz with the following command it stops in the check for libcurl4, please see below the printout. Do you know what could be wrong with this?

sudo curl -L https://install.domoticz.com | bash

Code: Select all

$ sudo curl -L https://install.domoticz.com | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 16565  100 16565    0     0  51421      0 --:--:-- --:--:-- --:--:-- 51444
:::
::: 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.
bash: line 100: test: 2019.06-1: integer expression expected
::: 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..
Thanks
tejano96
User avatar
waaren
Posts: 6028
Joined: Tuesday 03 January 2017 14:18
Target OS: Linux
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Install stops after Checking for libcurl4

Post by waaren »

tejano96 wrote: Thursday 18 July 2019 17:44 When installing Domoticz with the following command it stops in the check for libcurl4, please see below the printout. Do you know what could be wrong with this?

sudo curl -L https://install.domoticz.com | bash
::: Checking for libcurl4..
the domoticz install scriot recognize this OS as not being jessie or stretch and assumes it's a later version using curl4.
I don't know of domoticz will work on this OS but you can try this

Code: Select all

sudo curl -sSL install.domoticz.com > install.sh
sudo sed -i 's/curl4/curl3/g' install.sh
sudo chmod 755 install.sh
sudo ./install.sh

Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
tejano96
Posts: 2
Joined: Sunday 30 October 2016 18:28
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Install stops after Checking for libcurl4

Post by tejano96 »

Hi,

Thanks a lot it worked.

Tejano96
alacran
Posts: 12
Joined: Tuesday 04 June 2019 11:32
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Install stops after Checking for libcurl4

Post by alacran »

waaren wrote: Friday 19 July 2019 0:50
tejano96 wrote: Thursday 18 July 2019 17:44 When installing Domoticz with the following command it stops in the check for libcurl4, please see below the printout. Do you know what could be wrong with this?

sudo curl -L https://install.domoticz.com | bash
::: Checking for libcurl4..
the domoticz install scriot recognize this OS as not being jessie or stretch and assumes it's a later version using curl4.
I don't know of domoticz will work on this OS but you can try this

Code: Select all

sudo curl -sSL install.domoticz.com > install.sh
sudo sed -i 's/curl4/curl3/g' install.sh
sudo chmod 755 install.sh
sudo ./install.sh

Hello,
I ve got the same issue.
And when I try the first command, I ve got this issue:

Code: Select all

 osmc@osmc:/home$ sudo curl -sSL install.domoticz.com > install.sh
-bash: install.sh: Permission denied
How can I do ?
thank you
alacran
Posts: 12
Joined: Tuesday 04 June 2019 11:32
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.10717
Contact:

Re: Install stops after Checking for libcurl4

Post by alacran »

My bad, I was in /home and not in /home/osmc
Just saw it when I posted...
thank you :-)
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests