stulzq/dotnet-cnblogs-tool

No usable version of libssl was found

Closed this issue · 1 comments

ubuntu 22.04

执行 ./dotnet-cnblog

报错:

No usable version of libssl was found
Aborted (core dumped)

我的尝试1:

$ sudo apt -y install libssl-dev

输出如下:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libssl-dev is already the newest version (3.0.2-0ubuntu1.6).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

我的尝试2:

$ sudo apt install -y aspnetcore-runtime-6.0

非程序问题,建议查看 dotnet/core#4749