Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attempt at using ld-linux to isolate library paths to parent process #77

Closed
wants to merge 1 commit into from

Conversation

airportyh
Copy link
Collaborator

@airportyh airportyh commented Aug 3, 2023

Why

Setting LD_LIBRARY_PATH breaks programs that call subprocesses whose subprocess needs a different set of shared libraries that the parent. the ld-linux.so approach documented at the bottom of this article, allows us to set the library path without propagating the setting to its subprocesses.

@airportyh airportyh closed this Oct 10, 2024
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