gpt4 book ai didi

linux - openSuse中的`dotnet new command`导致`No usable version of the libssl was found`错误

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:26:02 26 4
gpt4 key购买 nike

我正在尝试在 openSuse 中开发 .NET Core。我确实安装了 SDK 和教程中的所有内容。现在,当我尝试运行 dotnet new console 命令时,出现此错误:

No usable version of the libssl was found

Aborted (core dumped)

我找到了这个答案:( .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 位

最佳答案

当 dotnet 正常工作时,我在 Ubuntu 20.04 上运行 sqlpackage 时遇到了同样的问题。

dotnet 通过 apt 和 sqlserver 分发,但由于某些原因,sqlpackage 在这里通过 zip 分发 (https://learn.microsoft.com/en-us/sql/tools/sqlpackage-download?view=sql-server-ver15),并且仍然受到缺少 libssl1.0 的影响。

解决了

wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb

关于linux - openSuse中的`dotnet new command`导致`No usable version of the libssl was found`错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53139591/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com