Ubuntu22.04 x64 下运行.NET Core3.1程序 报错 usable version of libssl was found
Posted 重庆熊猫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu22.04 x64 下运行.NET Core3.1程序 报错 usable version of libssl was found相关的知识,希望对你有一定的参考价值。
问题
Ubuntu22.04 x64 下运行.NET Core 3.1程序 报错: usable version of libssl was found
解决办法
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb
$ sudo dpkg -i libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb
其他
如果不是Ubuntu 22.04版本,在:http://security.ubuntu.com/ubuntu/pool/main/o/openssl/ 找到对应的版本即可。
本文来自博客园,作者:重庆熊猫,转载请注明原文链接:https://www.cnblogs.com/cqpanda/p/17068203.html
以上是关于Ubuntu22.04 x64 下运行.NET Core3.1程序 报错 usable version of libssl was found的主要内容,如果未能解决你的问题,请参考以下文章