Skip to content

docs: correct linux-v0.1.1 glibc requirement - #39

Merged
NullPrism merged 1 commit into
mainfrom
docs/correct-linux-v0.1.1-glibc-requirement
Aug 17, 2026
Merged

docs: correct linux-v0.1.1 glibc requirement#39
NullPrism merged 1 commit into
mainfrom
docs/correct-linux-v0.1.1-glibc-requirement

Conversation

@NullPrism

Copy link
Copy Markdown
Owner

Summary

Correct the documented glibc requirement for the published
linux-v0.1.1 runtime.

Inspection of the published libUE4SS.so shows that its highest required
glibc symbol version is GLIBC_2.39. The previous documentation stated
that glibc 2.35 or newer was sufficient.

The documentation now distinguishes the ABI requirement of the published
runtime artifact from source builds, whose resulting ABI requirements can
depend on the build environment.

Verification

The published linux-v0.1.1 loader was inspected with readelf.

Observed maximum requirement:

GLIBC_2.39

The artifact contains, among other versioned references:

  • pidfd_getpid@GLIBC_2.39
  • pidfd_spawnp@GLIBC_2.39

Scope

Documentation only. No source code, build configuration, dependencies,
release assets, or compatibility behavior are changed.

@NullPrism
NullPrism force-pushed the docs/correct-linux-v0.1.1-glibc-requirement branch from 1906ff6 to 5773311 Compare August 17, 2026 13:05
@NullPrism
NullPrism force-pushed the docs/correct-linux-v0.1.1-glibc-requirement branch from 5773311 to a17c054 Compare August 17, 2026 13:11
@NullPrism
NullPrism merged commit 7894d53 into main Aug 17, 2026
2 checks passed
@NullPrism
NullPrism deleted the docs/correct-linux-v0.1.1-glibc-requirement branch August 17, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant