.NET Core 2.1 SDK Linux x64找不到可用的libssl版本 [英] .NET Core 2.1 SDK Linux x64 No usable version of the libssl was found

查看:439
本文介绍了.NET Core 2.1 SDK Linux x64找不到可用的libssl版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经下载了dotnet-core二进制SDK数据包(dotnet-sdk-2.1.400-linux-x64.tar.gz),并希望将其安装在使用LibreSSL的void-linux系统上。运行 dotnet帮助后,得到响应未找到可用的libssl版本,执行被中止。 / p>

是否可以使SDK与LibreSSL一起运行,或者需要哪个版本的libssl?我不知道链接到哪个ssl库dotnet。

解决方案

LibreSSL



.NET核心需要使用OpenSSL 1.0版。它甚至不支持OpenSSL 1.1(与OpenSSL 1.0不兼容的API和ABI)。



.NET Core实际上正在寻找(通过 dlopen )来匹配与 / usr / lib(64)/libssl.so。** $code>。


I have downloaded the dotnet-core binary SDK packet (dotnet-sdk-2.1.400-linux-x64.tar.gz) and want to install it on my void-linux system which uses LibreSSL. After i run dotnet help i got the response No usable version of the libssl was found and the execution gets aborted.

Would it be possible to get the SDK running with LibreSSL or what version of the libssl is needed? I couldn't figure out to what ssl-library dotnet is linked.

解决方案

LibreSSL is not supported at all by .NET Core.

.NET Core needs to use OpenSSL version 1.0. It does not even support OpenSSL 1.1 (which is API and ABI incompatible with OpenSSL 1.0).

.NET Core is actually looking (via dlopen) for lots of permutations of files that would match paths like /usr/lib(64)/libssl.so.*.

这篇关于.NET Core 2.1 SDK Linux x64找不到可用的libssl版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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