Cameron Kirk
Cameron Kirk
In regards to the original error. > `./dolphin-emu-nogui: /lib/arm-linux-gnueabihf/libpthread.so.0: version `GLIBC_2.30' not found (required by ./dolphin-emu-nogui) ./dolphin-emu-nogui: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by ./dolphin-emu-nogui) ./dolphin-emu-nogui: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not...
I agree. It seems to be looking inside a multithreading library for a graphics library. The error message is showing /lib/arm-linux-gnueabihf/libpthread.so.0 and it couldn't find GLIBC_2.30. It looks like its...
https://www.atlassian.com/git/articles/git-and-project-dependencies
@dhiltgen I also have the same issue using: ollama/ollama:latest on Docker I notice that this occurs after I successfully run a prompt and then let it idle. When I come...