chrpath

Edit the rpath in ELF binaries to change library search paths

brewmacoslinux
Try with needOr install directly
Source

About

Tool to edit the rpath in ELF binaries

Commands

chrpath

Examples

Display the rpath of an ELF binary$ chrpath /path/to/binary
Remove the rpath from a binary$ chrpath -d /path/to/binary
Replace an existing rpath with a new one$ chrpath -r /new/lib/path /path/to/binary