Skip to content

Workaround for Entware Binaries using RUNPATH#81

Merged
Martinski4GitHub merged 1 commit intoAMTM-OSR:developfrom
Martinski4GitHub:develop
Apr 11, 2026
Merged

Workaround for Entware Binaries using RUNPATH#81
Martinski4GitHub merged 1 commit intoAMTM-OSR:developfrom
Martinski4GitHub:develop

Conversation

@Martinski4GitHub
Copy link
Copy Markdown
Member

Added "unset LD_LIBRARY_PATH" line as a workaround due to the latest Entware binaries using the RUNPATH embedded library search path mechanism instead of the previous RPATH method. RUNPATH is searched AFTER the LD_LIBRARY_PATH definitions, whereas RPATH has higher priority than the LD_LIBRARY_PATH environment variable, so it's searched FIRST.

Added "unset LD_LIBRARY_PATH" line as a workaround due to the latest Entware binaries using the RUNPATH embedded library search path mechanism instead of the previous RPATH method. RUNPATH is searched AFTER the LD_LIBRARY_PATH definitions, whereas RPATH has higher priority than the LD_LIBRARY_PATH environment variable, so it's searched FIRST.
@Martinski4GitHub Martinski4GitHub requested a review from a team as a code owner April 11, 2026 11:12
@Martinski4GitHub Martinski4GitHub merged commit 87234a0 into AMTM-OSR:develop Apr 11, 2026
1 check passed
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