Open
Description
Describe the bug
Once 0.18 release is out, our build process started to fail with ELF load command address/offset not properly aligned
. We use patchelf inside to add RPATH on Linux systems.
On CentOS all our libraries loading started to fail with such error, on Ubuntu 18.04 the issue is reproduced not in all cases (we don't have more details). But on Ubuntu 20.04 we have not seen any regressions.
Expected behavior
Works as before
patchelf --version
output
0.18
Activity