tmds/Tmds.Fuse

Unable to run sample on Ubuntu 20.04

Closed this issue · 1 comments

Trying to run sample on Ubuntu 20.04, it fails with "libfuse3 installation required" message. libfuse3 is installed.
In debug i see that dlopen("libfuse3.so.3") returns null pointer, dlerror() returns "/snap/core18/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /lib/x86_64-linux-gnu/libfuse3.so.3)".
Do you have any thoughts how to fix this issue?

removed dotnet-sdk snap package, installed dotnet-sdk via script. now it works.