While running my app or updating packages I'm suddenly running into this error:
/usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so: undefined symbol: g_tls_channel_binding_error_quark
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so
With this error I'm still able to build the UI as a web application, building the UI in Linux fails though with this error after cleaning and rebuilding the flutter as proposed here:
CMake Error at cmake_install.cmake:95 (file):
file INSTALL destination:
.../lib/build/linux/x64/debug/bundle/lib
is not a directory.
As I can not recall changing anything after it was working I'm quite clueless, having reinstalled flutter and all dependencies. A hint would be greatly appreciated!