I'm trying to apply a migrationdotnet ef database update
But I only see a message:
Failed to load /usr/lib/dotnet/host/fxr/8.0.2/libhostfxr.so, error: /snap/core20/current/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/lib/dotnet/host/fxr/8.0.2/libhostfxr.so)The library libhostfxr.so was found, but loading it from /usr/lib/dotnet/host/fxr/8.0.2/libhostfxr.so failed - Installing .NET prerequisites might help resolve this problem.
command strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
returns me:
LIBCXX_3.4GLIBCXX_3.4.1GLIBCXX_3.4.2GLIBCXX_3.4.3GLIBCXX_3.4.4GLIBCXX_3.4.5GLIBCXX_3.4.6GLIBCXX_3.4.7GLIBCXX_3.4.8GLIBCXX_3.4.9GLIBCXX_3.4.10GLIBCXX_3.4.11GLIBCXX_3.4.12GLIBCXX_3.4.13GLIBCXX_3.4.14GLIBCXX_3.4.15GLIBCXX_3.4.16GLIBCXX_3.4.17GLIBCXX_3.4.18GLIBCXX_3.4.19GLIBCXX_3.4.20GLIBCXX_3.4.21GLIBCXX_3.4.22GLIBCXX_3.4.23GLIBCXX_3.4.24GLIBCXX_3.4.25GLIBCXX_3.4.26GLIBCXX_3.4.27GLIBCXX_3.4.28GLIBCXX_3.4.29GLIBCXX_3.4.30GLIBCXX_3.4.31GLIBCXX_3.4.32GLIBCXX_TUNABLESGLIBCXX_DEBUG_MESSAGE_LENGTH
So, I've already installed GLIBCXX_3.4.29
Also, I tried different update|upgrade|build-essential installations options, but useless.Could you help me?