Error installing Azure IoT Edge

Asked 2 years ago, Updated 2 years ago, 52 views

I try to install Azure IoT Edge by following the instructions in the URL below, but I get an error and I can't proceed.Could you tell me the cause and workaround?

Install Azure IoT Edge runtime on Debian-based Linux systems

Build Environment
Linux Debian 9 (kernel 4.9)

error message

root@debian:/etc#apt-get install iotedge
Loading package list... Done
Creating dependency tree
Reading state information...completed
There was a package that could not be installed.Possibly.
Requested no circumstances or (using unstable distribution)
If so) the required package has not yet been created or moved from Incoming
It may be that it is not moving.
The following information may help resolve this issue:

The following packages have unmet dependencies:
iotedge: Dependent: libssl1.0.0(>=1.0.2~beta3) However, it is not possible to install
I can't
E—The problem cannot be resolved.There is a broken Prohibit Change package.

linux azure

2022-09-30 10:52

1 Answers

Have you raised the number of libssl versions in the operating system to 1.1?
You can put it back in libssl 1.0.2.
Or, if both are included, explicitly specify the corresponding inclusion or library.

How do I dare to install an old APT package in Debian line

Azure IoT Edge Supported Systems
Level 2

The systems listed in the following table are considered compatible with Azure IoT Edge, but are not actively tested or managed by Microsoft.

Debian8
Debian9
Debian 10

Debian 10 systems (including Raspian Buster) use versions of OpenSSL that IoT Edge does not support. Before installing IoT Edge, run the following command to install an older version:

 sudo apt-get install libssl 1.0.2

Debian 9:
libssl 1.0.2 https://packages.debian.org/ja/stretch/libs/libssl1.0.2
libssl1.1https://packages.debian.org/ja/stretch/libs/libssl1.1

libssl1.0-dev https://packages.debian.org/ja/stretch/libdevel/libssl1.0-dev
libssl-dev https://packages.debian.org/ja/stretch/libssl-dev

OpenSSL 1.1.0 Compatibility with Previous Versions


2022-09-30 10:52

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.