-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[BUG] LD_LIBRARY_PATH not updated for addons with commit 581a2fe #8447
Comments
I'd guess related to #7602 which means the changes are intentional. |
yeah ! that's it. Thanks (a lot of changes for the addos in the next days 😁 ) |
|
@heitbaum , thanks for the suggestions. |
Sorry to get back to this issue, but looking into [065d3f5] it is not working as expected - LD_LIBRARY_PATH is not updated, even when there are *.so inside $addon/lib dirs. Looking into the code: changing LD_LIBRARY_PATH in a set of code between parenthesis will keep the change only inside that scope. right ? (sorry for my bad english).
I will report this also in the [065d3f5] commit for easier tracing. |
@nvdias0 Confirmed. Create a PR, it will be merged. |
Describe the bug
I have some add-ons from may own (nginx with some special configs, tvheadend, etc)
It has been working ok until today I've compiled LibreELEC from commit 581a2fe
And even (re)activating unknown sources in kodi, I've identified that LD_LIBRARY_PATH is not being updated for the installed ADD-ONS.
At the moment LD_LIBRARY is kept only with /usr/lib:/usr/lib/pulseaudio'
The text was updated successfully, but these errors were encountered: