Could you use pax-utils
’s lddtree
to look at the binary’s shared libs and use patchelf
using --replace-needed
to patch the binary. Alternatively, just don’t use prebuilt binaries lol.
3 Likes
Could you use pax-utils
’s lddtree
to look at the binary’s shared libs and use patchelf
using --replace-needed
to patch the binary. Alternatively, just don’t use prebuilt binaries lol.