Problem encountered on https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial/create
Operating System: linux
I used the following command:
dotnet new webApp -o myWebApp --no-https
I got the following error:
No usable version of libssl was found
Aborted
I'm using Void Linux and I have the following ssl/tls packages installed:
libressl-3.0.2_2
libressl-devel-3.0.2_2
libssl47-3.0.2_2
libtls19-3.0.2_2
Thanks!
Problem encountered on https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial/create
Operating System: linux
I used the following command:
dotnet new webApp -o myWebApp --no-https
I got the following error:
No usable version of libssl was found
Aborted
I'm using Void Linux and I have the following ssl/tls packages installed:
libressl-3.0.2_2
libressl-devel-3.0.2_2
libssl47-3.0.2_2
libtls19-3.0.2_2
Thanks!