【发布时间】:2019-04-07 22:32:02
【问题描述】:
我正在尝试在 openSuse 中开发 .NET Core。我确实安装了 SDK 和教程中的所有内容。现在,当我尝试运行dotnet new console 命令时,我得到了这个错误:
找不到可用的 libssl 版本
中止(核心转储)
我找到了这个答案:(.NET Core 2.1 SDK Linux x64 No usable version of the libssl was found),但没有得到解决问题的方法。他们似乎是 deep-linuxer(我不是,我只是想学习 linux)。知道如何运行命令吗?
更新:系统信息:
openSUSE Leap 15.0
内核版本4.12.14-lp150.12.22-default
操作系统类型:64-bit
【问题讨论】:
-
您的 openSUSE 安装的版本号是多少? software.opensuse.org/package/openssl
-
@LexLi 我将系统信息添加到问题中。但是
openssl已经安装好了。dotnet好像找不到。
标签: linux .net-core opensuse libressl