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
@ouber23 please share more details about which version of Ollama you're running, how you installed it, and what linux distro you're running.
@ouber23 please share more details about which version of Ollama you're running, how you installed it, and what linux distro you're running.
I have tried two version 0.5.1 and 0.4.x , the same error when i run ollama serve
the step of installed it : a) download the arm64 pkg: ollama-linux-arm64.tgz b) tar -C /usr -xzf ollama-linux-arm64.tgz
c) add a ollama user: sudo useradd -r -s /bin/false -m -d /usr/share/ollama ollama d) add the service config file: /etc/systemd/system/ollama.service d) the config some: sudo systemctl xxx ollama
the oper sys infomations: operating system: Kylin Linux Advanced Server V10(Sword); Kernel: Linux 4.19.90-24.4.v2101.ky10.aarch64; architecture: arm64
dhiltgen
changed the title
ollama : /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.25 not found
ollama : /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.25 not found - Kylin Linux glibc++ version incompatible with official builds
Jan 6, 2025
It looks like Kylin Linux has an incompatible C++ library version compared to Rocky Linux 8 and the GCC v10 toolchain we use to compile the official binary releases. Until we can find a fix, you should be able to build from source so that it links against the C++ library version available on your distro.
What is the issue?
when run ollama the error has happend as follow:
ollama : /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.25 not found
OS
No response
GPU
No response
CPU
No response
Ollama version
No response
The text was updated successfully, but these errors were encountered: