Version CURL_OPENSSL_3 not found when upgrading the os from Stretch to Buster
Posted: Sunday 25 October 2020 2:00
Dear All,
The context is the following :
I have a Raspberry PI3 running Domoticz Version: 2020.1 (build 11835 compiled from the sources).
The configuration of the Domoticz Version running on Debian Stretch:
-Build Hash: d93f467a7-modified
- Compile Date: 2020-03-23 11:18:12
- dzVents Version: 3.0.1
- Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516]
The objective is to upgrade the os from Stretch to Buster.
I have upgraded the os (https://pimylifeup.com/upgrade-raspbian ... an-buster/) and the process has been achieved successfully.
pi@domoticz:~/domoticz $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
However when I start domoticz manually after the reboot I get the following message
pi@domoticz:~/domoticz $ ./domoticz
./domoticz: /usr/lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./domoticz)
It seems that the libcurl4 has been installed during the upgrade of the os and I am not able to install libcurl13 again via the commande line "sudo apt-get install libcurl3"
I would be grateful if someone has already faced the issue to help me sort that out.
Many thanks in advance
Best regards
Meal
The context is the following :
I have a Raspberry PI3 running Domoticz Version: 2020.1 (build 11835 compiled from the sources).
The configuration of the Domoticz Version running on Debian Stretch:
-Build Hash: d93f467a7-modified
- Compile Date: 2020-03-23 11:18:12
- dzVents Version: 3.0.1
- Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516]
The objective is to upgrade the os from Stretch to Buster.
I have upgraded the os (https://pimylifeup.com/upgrade-raspbian ... an-buster/) and the process has been achieved successfully.
pi@domoticz:~/domoticz $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
However when I start domoticz manually after the reboot I get the following message
pi@domoticz:~/domoticz $ ./domoticz
./domoticz: /usr/lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./domoticz)
It seems that the libcurl4 has been installed during the upgrade of the os and I am not able to install libcurl13 again via the commande line "sudo apt-get install libcurl3"
I would be grateful if someone has already faced the issue to help me sort that out.
Many thanks in advance
Best regards
Meal