runtime: Problem on Debian Buster (Testing)
From @matiux on July 30, 2017 21:11
When I run dotnet new console -o hwapp
on Debian Buster (Debian Tetsing) I get this:
Getting ready...
Segmentation fault
$dotnet --info
.NET Command Line Tools (2.0.0-preview2-006391)
Product Information: Version: 2.0.0-preview2-006391 Commit SHA-1 hash: ef5d4b47c3
Runtime Environment:
OS Name: debian
OS Version:
OS Platform: Linux
RID: debian-x64
Base Path: /usr/share/dotnet/sdk/2.0.0-preview2-006391/
Microsoft .NET Core Shared Framework Host
Version : 2.0.0-preview2-25407-01 Build : 40c565230930ead58a50719c0ec799df77bddee9
Copied from original issue: dotnet/cli#7319
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (10 by maintainers)
@animeshb do you know why it is insisting on pulling the
libssl.so.1.0.0
version? Can youapt-get remove ssl1.0.0
that?