patchelf
patchelf copied to clipboard
A small utility to modify the dynamic linker and RPATH of ELF executables
**Describe the bug** I build the master source code in centos7, and run `make check`, it occurs the error: `FAIL: shared-rpath.sh` **Steps To Reproduce** make check the error is `FAIL:...
**Describe the bug** When building on a system with a non `C` locale, invoking `build-id.sh` causes pattern matching to fail which fails the test and hence the build. **Steps To...
Adding an RPATH to an executable without an RPATH moves the elf note segment containing the GNU Build ID to the end of the file. This renders it impossible to...
**Describe the bug** When building patchelf and tests with LLVM lld, test `shared-rpath` fails **Steps To Reproduce** Building patchelf with LLVM lld and run tests. On my Alpine machine, ```...
**Describe the bug** When moving from 0.15 to 0.18 all my builds broke on rhel7/8/9. The issue shows up as `traffic_server: error while loading shared libraries: libhwloc.so.15: ELF load command...
**Describe the bug** I have a binary in a Python wheel that I have processed with auditwheel that segfaults. The segfaults go away if I downgrade to patchelf
**Is your feature request related to a problem? Please describe.** It would be nice when visibility of symbols can be changed. This allows to fix e.g. libraries which export every...
It is often the case that closed-source binaries hard-code paths to global FHS locations. Currently, patchelf works for the very common case of ELF dependencies through shared linking but doesn't...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 27. Release notes Sourced from cachix/install-nix-action's releases. v27 What's Changed Enable always-allow-substitutes by default by @sandydoo in cachix/install-nix-action#207 nix: 2.20.5 -> 2.22.1 by @kashw2 in...
**Describe the bug** ## Short description When i try to build the `patchelf` on `riscv` architecture - got the error on step `make check`: ``` ... fpic -g -O2 -MT...