File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,15 @@ CC=clang-18 CXX=clang++-18 cmake -B build -DCMAKE_BUILD_TYPE=Release
6363cmake --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
You can’t perform that action at this time.
0 commit comments