[GH-ISSUE #7190] ollama was built for Mac OS X 12 instead of 11 #66625

Closed
opened 2026-05-04 07:38:57 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @josergc on GitHub (Oct 13, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7190

Originally assigned to: @dhiltgen on GitHub.

What is the issue?

In the website it is stated: Requires macOS 11 Big Sur or later.

I'm using version 11.7.10, it installs fine and when it is launched through command like, it is requiring Mac OS X 12.0

Cannot get version

% ollama --version
dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE
  Referenced from: /usr/local/bin/ollama (which was built for Mac OS X 12.0)
  Expected in: /usr/lib/libc++.1.dylib
 in /usr/local/bin/ollama
zsh: abort      ollama --version

I had to get info from the downloaded package, so it is 0.3.13

Cannot run a model

% ollama run llama3  
dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE
  Referenced from: /usr/local/bin/ollama (which was built for Mac OS X 12.0)
  Expected in: /usr/lib/libc++.1.dylib
 in /usr/local/bin/ollama
zsh: abort      ollama run llama3

OS

macOS

GPU

Intel

CPU

Intel

Ollama version

0.3.13

Originally created by @josergc on GitHub (Oct 13, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7190 Originally assigned to: @dhiltgen on GitHub. ### What is the issue? In the website it is stated: Requires macOS 11 Big Sur or later. I'm using version 11.7.10, it installs fine and when it is launched through command like, it is requiring Mac OS X 12.0 Cannot get version ``` % ollama --version dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE Referenced from: /usr/local/bin/ollama (which was built for Mac OS X 12.0) Expected in: /usr/lib/libc++.1.dylib in /usr/local/bin/ollama zsh: abort ollama --version ``` I had to get info from the downloaded package, so it is 0.3.13 Cannot run a model ``` % ollama run llama3 dyld: Symbol not found: __ZTTNSt3__114basic_ifstreamIcNS_11char_traitsIcEEEE Referenced from: /usr/local/bin/ollama (which was built for Mac OS X 12.0) Expected in: /usr/lib/libc++.1.dylib in /usr/local/bin/ollama zsh: abort ollama run llama3 ``` ### OS macOS ### GPU Intel ### CPU Intel ### Ollama version 0.3.13
GiteaMirror added the macosbug labels 2026-05-04 07:38:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#66625