Skip to content

Commit 9c1faf7

Browse files
committed
Rename glibc note to Troubleshooting with error-focused framing
1 parent 9d16ff7 commit 9c1faf7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,15 @@ CC=clang-18 CXX=clang++-18 cmake -B build -DCMAKE_BUILD_TYPE=Release
6363
cmake --build build
6464
```
6565

66-
### A note on glibc (Linux)
66+
## Troubleshooting
6767

68-
Plugins built on Linux are linked against glibc and can only run on servers with the same or
69-
newer glibc version. A plugin built on Ubuntu 24.04 will not load on a server running
70-
Ubuntu 22.04. To maximize compatibility, build on an older OS. GitHub Actions runners
71-
(Ubuntu 22.04) are a good default for this reason.
68+
**`GLIBC_2.xx not found` when loading the plugin on Linux**
69+
70+
Plugins are linked against glibc at build time and require the same or newer version at
71+
runtime. A plugin built on Ubuntu 24.04 will not load on a server running Ubuntu 22.04.
72+
73+
To maximize compatibility, build on an older OS. GitHub Actions runners (Ubuntu 22.04)
74+
are a good default for this reason.
7275

7376
## Project Structure
7477

0 commit comments

Comments
 (0)