[GH-ISSUE #9942] I can’t install ollama on my raspberry pi linux. #53020

Closed
opened 2026-04-29 01:41:34 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @bubu07codes on GitHub (Mar 22, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9942

What is the issue?

I wanted to create a ai chatbot, the ai will be stored on my raspberry pi running apk (Alpine) linux.

I used:
curl -fsSL https://ollama.com/install.sh | sh
To install it.
but when i tried to run it or even get the version but it said error:
[1] 1398 segmentation fault (core dumped) ollama --version

OS

Alpine Linux

Originally created by @bubu07codes on GitHub (Mar 22, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9942 ### What is the issue? I wanted to create a ai chatbot, the ai will be stored on my raspberry pi running apk (Alpine) linux. I used: `curl -fsSL https://ollama.com/install.sh | sh` To install it. but when i tried to run it or even get the version but it said error: `[1] 1398 segmentation fault (core dumped) ollama --version` ### OS Alpine Linux
GiteaMirror added the bugneeds more info labels 2026-04-29 01:41:35 -05:00
Author
Owner

@Hml520QQ commented on GitHub (Mar 26, 2025):

My situation is the same as yours. Is there a solution?

<!-- gh-comment-id:2753613809 --> @Hml520QQ commented on GitHub (Mar 26, 2025): My situation is the same as yours. Is there a solution?
Author
Owner

@rick-github commented on GitHub (Mar 26, 2025):

What's the output of:

ls -ld $(command -v ollama)
ldd $(command -v ollama)
sha256sum  $(command -v ollama)
ollama -v
strace ollama -v
<!-- gh-comment-id:2754410449 --> @rick-github commented on GitHub (Mar 26, 2025): What's the output of: ``` ls -ld $(command -v ollama) ldd $(command -v ollama) sha256sum $(command -v ollama) ollama -v strace ollama -v ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#53020