IoT Edge - 依赖于ubuntu上缺少的ssl库 [英] IoT Edge - dependency on missing ssl libraries on ubuntu

查看:171
本文介绍了IoT Edge - 依赖于ubuntu上缺少的ssl库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

systemctl start iotedge在ubuntu 18.04.02上失败:

systemctl start iotedge fails on ubuntu 18.04.02:

... / iotedged:加载共享库时出错:libssl.so .1.0.2:无法打开共享对象文件

.../iotedged: error while loading shared libraries: libssl.so.1.0.2: cannot open shared object file

... / iotedged:加载共享库时出错:libcrypto.so.1.0.2:无法打开共享对象文件

.../iotedged: error while loading shared libraries: libcrypto.so.1.0.2: cannot open shared object file

iotedge应用程序与openssl 1.0.2链接

The iotedge application is linked against openssl 1.0.2

canonical已将1.0.2修复程序反向移植到1.0.0,因此安装的版本为:

canonical has backported 1.0.2 fixes to 1.0.0, so the installed version is:

libssl1.0.0:armhf               1.0.2n-1ubuntu5.3

libssl1.0.0:armhf               1.0.2n-1ubuntu5.3

通过创建适当的符号链接解决:

Resolved by creating appropriate symlinks:

cd / usr / lib / arm-linux-gnueabihf /

cd /usr/lib/arm-linux-gnueabihf/

ln -s libcrypto.so.1.0.0 libcrypto.so.1.0.2

ln -s libcrypto.so.1.0.0 libcrypto.so.1.0.2

ln -s libssl.so.1.0.0 libssl.so。 1.0.2

ln -s libssl.so.1.0.0 libssl.so.1.0.2

推荐答案

很高兴听到您找到了解决方法为你的问题。

Glad to hear that you have found a work around for your issue.

请检查
平台支持
并查看您的问题是否是因为操作系统支持。

Please check the platform support and see if your issue is because operating system support.


这篇关于IoT Edge - 依赖于ubuntu上缺少的ssl库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆