You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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