Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dotnet --info hitting /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found on Latest net8.0 #31893

@LoopedBard3

Description

@LoopedBard3

Describe the bug

After installing the latest 8.0 daily dotnet using the dotnet-install script onto a clean ubuntu-20.04 or ubuntu-22.04 image, running dotnet --info errors out with:

dotnet: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by dotnet)
dotnet: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by dotnet)

To Reproduce

On a clean ubuntu-22.04 image, download the dotnet-install.sh script.
Run: .\dotnet-install.sh -Architecture x64 -Channel 8.0 -Quality daily,
Run: dotnet --info
The failure should occur here.

Exceptions (if any)

dotnet: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by dotnet)
dotnet: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by dotnet)

Further technical details

Last known working SDK version: 8.0.100-preview.3.23178.7
Failing SDK version: 8.0.100-preview.4.23219.2

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions