Whenever I'm trying to install moby-engine it is showing this error. I want to connect raspberry pi to Azure IoT Edge. I am using the documents of https://learn.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-linux. Help me to resolve this problem
Asked
Active
Viewed 279 times
0

Sourasekhar Banerjee
- 55
- 1
- 7
-
which OS are you running? – silent Sep 16 '19 at 08:45
-
I'm using raspbian os 10 – Sourasekhar Banerjee Sep 18 '19 at 13:22
1 Answers
0
I solved this installing this specific version, before installing mobi engine
sudo apt-get install libssl1.0.2
I also wrote about the full steps here
https://elbruno.com/2021/01/29/raspberrypi-install-azureiot-a-couple-of-tips-to-make-it-work/
Regards
-Bruno