docs: update shared libs section for Alpine 3.19+ #2066
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Starting from Alpine 3.19, the
gcompat
package should be used instead oflibc6-compat
to include missing shared libraries required forprocess.dlopen
.This change is based on the latest Alpine Linux 3.19.0 release notes: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.19.0
Motivation and Context
The
libc6-compat
package was removed in Alpine Linux 3.19 in favor ofgcompat
from Adélie Linux to provide GNU C library compatibility layer. This change is necessary to keep the documentation up-to-date and provide accurate information for users who need to add missing shared libraries forprocess.dlopen
on Alpine 3.19 and later.Testing Details
This change does not require additional testing as it only involves updating the documentation. The updated instructions have been verified by referring to the official Alpine Linux 3.19.0 release notes.
Example Output(if appropriate)
N/A
Types of changes
Checklist