[GH-ISSUE #11319] ollama从0.3.6升级到最新,怎么起不来了呢 #7468

Closed
opened 2026-04-12 19:32:26 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @hhue on GitHub (Jul 7, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11319

What is the issue?

ollama从0.3.6升级到最新,怎么起不来了呢,不是直接替换ollama执行文件吗,还需要做什么工作,谢谢!
我的环境是redhat7.9。错误提示如下:
/usr/local/bin/ollama: /lib64/libm.so.6: version GLIBC_2.27' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version GLIBCXX_3.4.25' not found (required by /usr/local/bin/ollama)
/usr/local/bin/ollama: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /usr/local/bin/ollama)
/usr/local/bin/ollama: /lib64/libstdc++.so.6: version CXXABI_1.3.11' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by /usr/local/bin/ollama)
/usr/local/bin/ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /usr/local/bin/ollama)

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @hhue on GitHub (Jul 7, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11319 ### What is the issue? ollama从0.3.6升级到最新,怎么起不来了呢,不是直接替换ollama执行文件吗,还需要做什么工作,谢谢! 我的环境是redhat7.9。错误提示如下: /usr/local/bin/ollama: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.25' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/local/bin/ollama) /usr/local/bin/ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /usr/local/bin/ollama) ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 19:32:26 -05:00
Author
Owner

@hhue commented on GitHub (Jul 7, 2025):

ollama最新版本,适合linux系统的二进制文件在哪里呢?谢谢

<!-- gh-comment-id:3043979642 --> @hhue commented on GitHub (Jul 7, 2025): ollama最新版本,适合linux系统的二进制文件在哪里呢?谢谢
Author
Owner

@rick-github commented on GitHub (Jul 7, 2025):

https://github.com/ollama/ollama/releases

<!-- gh-comment-id:3044090177 --> @rick-github commented on GitHub (Jul 7, 2025): https://github.com/ollama/ollama/releases
Author
Owner

@hhue commented on GitHub (Jul 8, 2025):

我的linux操作系统不支持最新版本,哪里有Ollama的静态编译版本呢?
ollama启动时,错误提示如下:
ollama: /lib64/libm.so.6: version GLIBC_2.27' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version GLIBCXX_3.4.25' not found (required by ollama)
ollama: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by ollama)
ollama: /lib64/libstdc++.so.6: version CXXABI_1.3.11' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by ollama)
ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by ollama)

<!-- gh-comment-id:3047094723 --> @hhue commented on GitHub (Jul 8, 2025): 我的linux操作系统不支持最新版本,哪里有Ollama的静态编译版本呢? ollama启动时,错误提示如下: ollama: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.25' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ollama) ollama: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by ollama)
Author
Owner

@hhue commented on GitHub (Jul 8, 2025):

能否提供一个ollama的静态编译版本,类似于ollama0.3.6那种方式,谢谢

<!-- gh-comment-id:3047113198 --> @hhue commented on GitHub (Jul 8, 2025): 能否提供一个ollama的静态编译版本,类似于ollama0.3.6那种方式,谢谢
Author
Owner

@dhiltgen commented on GitHub (Jul 31, 2025):

The RH/Centos 7 series is EOL and no longer getting patched in the public. As a result we have switched our CI to use RH/Centos 8 for our official binary builds, which requires the newer glibc. You may still be able to build from source following the instructions at https://github.com/ollama/ollama/blob/main/docs/development.md

<!-- gh-comment-id:3141673332 --> @dhiltgen commented on GitHub (Jul 31, 2025): The RH/Centos 7 series is EOL and no longer getting patched in the public. As a result we have switched our CI to use RH/Centos 8 for our official binary builds, which requires the newer glibc. You may still be able to build from source following the instructions at https://github.com/ollama/ollama/blob/main/docs/development.md
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7468