flyingcircusio / batou_ext

A library of batou extensions.
Other
4 stars 1 forks source link

[FC-35412] batou_ext.python: add FixELFRunPath #155

Closed Ma27 closed 5 months ago

Ma27 commented 7 months ago

Alternative to using LD_LIBRARY_PATH for Python libraries with precompiled .so libraries which has caused unintended side-effects (FC-35412, FC-36567).

The proper, long-term solution is of course to use Nix for that, however that will be a long road. Until then, this tooling may help to fix up the paths where C libraries are loaded from without tainting the environment.

zagy commented 6 months ago

@Ma27 this is draft, why?