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

Fix loading absolute path libs with LD_LIBRARY_PATH #495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Flakebi
Copy link

@Flakebi Flakebi commented Oct 29, 2024

Commit 5aa5b08 changed the way libraries are dynamically loaded when LD_LIBRARY_PATH is set to only take the filename into account and not the complete path. This seems to be overlooked code meant for testing as the commit is about video testing and not library loading.

Revert the file to its previous state to fix loading libraries that are specified with absolute paths.

Fixes GitHub issue #479.

Commit 5aa5b08 changed the way
libraries are dynamically loaded when `LD_LIBRARY_PATH` is set to only
take the filename into account and not the complete path. This seems to
be overlooked code meant for testing as the commit is about video
testing and not library loading.

Revert the file to its previous state to fix loading libraries that are
specified with absolute paths.

Fixes GitHub issue KhronosGroup#479.
@CLAassistant
Copy link

CLAassistant commented Oct 29, 2024

CLA assistant check
All committers have signed the CLA.

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.

2 participants