[PR #1972] [MERGED] use g++ to build libext_server.so on linux #10744

Closed
opened 2026-04-12 23:09:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1972
Author: @jmorganca
Created: 1/13/2024
Status: Merged
Merged: 1/13/2024
Merged by: @jmorganca

Base: mainHead: cxx


📝 Commits (1)

  • 9f71442 use g++ to build libext_server.so on linux

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 llm/generate/gen_common.sh (+1 -1)

📄 Description

Fixes the build error:

Error: Unable to load dynamic library: Unable to load dynamic server library: /tmp/ollama3730278603/cpu/libext_server.so: undefined symbol: _ZTVN10cxxabiv117class

cc @dhiltgen


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/1972 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 1/13/2024 **Status:** ✅ Merged **Merged:** 1/13/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `cxx` --- ### 📝 Commits (1) - [`9f71442`](https://github.com/ollama/ollama/commit/9f71442842040fbb177c64a1ffcb89cd62a2ded7) use g++ to build `libext_server.so` on linux ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `llm/generate/gen_common.sh` (+1 -1) </details> ### 📄 Description Fixes the build error: ``` Error: Unable to load dynamic library: Unable to load dynamic server library: /tmp/ollama3730278603/cpu/libext_server.so: undefined symbol: _ZTVN10cxxabiv117class ``` cc @dhiltgen --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:09:23 -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#10744