[GH-ISSUE #6576] libllama.so and libggml.so missing in v0.3.8 ollama-linux-arm64.tgz #4142

Closed
opened 2026-04-12 15:03:24 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @zhongTao99 on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6576

Originally assigned to: @jmorganca on GitHub.

What is the issue?

i download ollama (arm) from release version: https://github.com/ollama/ollama/releases/download/v0.3.8/ollama-linux-arm64.tgz, and i run ollama directly, but i got the error blow:

 error while loading shared libraries: libllama.so: cannot open shared object file: No such file or directory

(base) [root@localhost cpu]# ldd ollama_llama_server
        linux-vdso.so.1 (0x0000ffffa6c73000)
        libllama.so => not found
        libggml.so => not found
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000ffffa6a32000)
        libm.so.6 => /usr/lib64/libm.so.6 (0x0000ffffa6991000)
        libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x0000ffffa6960000)
        libpthread.so.0 => /usr/lib64/libpthread.so.0 (0x0000ffffa693f000)
        libc.so.6 => /usr/lib64/libc.so.6 (0x0000ffffa6790000)
        /lib/ld-linux-aarch64.so.1 (0x0000ffffa6c36000)

I think it's because it's missing libllama.so and libggml.so from the packaged ollama.The same operation works fine using the x86 version

OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @zhongTao99 on GitHub (Aug 31, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6576 Originally assigned to: @jmorganca on GitHub. ### What is the issue? i download ollama (arm) from release version: https://github.com/ollama/ollama/releases/download/v0.3.8/ollama-linux-arm64.tgz, and i run ollama directly, but i got the error blow: ```sh error while loading shared libraries: libllama.so: cannot open shared object file: No such file or directory (base) [root@localhost cpu]# ldd ollama_llama_server linux-vdso.so.1 (0x0000ffffa6c73000) libllama.so => not found libggml.so => not found libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000ffffa6a32000) libm.so.6 => /usr/lib64/libm.so.6 (0x0000ffffa6991000) libgcc_s.so.1 => /usr/lib64/libgcc_s.so.1 (0x0000ffffa6960000) libpthread.so.0 => /usr/lib64/libpthread.so.0 (0x0000ffffa693f000) libc.so.6 => /usr/lib64/libc.so.6 (0x0000ffffa6790000) /lib/ld-linux-aarch64.so.1 (0x0000ffffa6c36000) ``` I think it's because it's missing libllama.so and libggml.so from the packaged ollama.The same operation works fine using the x86 version ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 15:03:24 -05:00
Author
Owner

@jmorganca commented on GitHub (Aug 31, 2024):

Merging with https://github.com/ollama/ollama/issues/6541

<!-- gh-comment-id:2323009289 --> @jmorganca commented on GitHub (Aug 31, 2024): Merging with https://github.com/ollama/ollama/issues/6541
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#4142