chrpath changes, lists or removes the rpath or runpath setting in a binary. The rpath, or runpath if it is present, is where the runtime linker should look for the libraries needed for a program.
OPTIONS-v | --versionDisplay program version number-d | --deleteDelete current rpath or runpath setting-c | --convertConvert the rpath setting into a runpath setting-r <path> | --replace <path>Replace current rpath or runpath setting with the path given. The new path must be shorter or the same length as the current path.-k | --keepgoingDo not fail on first error, but process all arguments before returning the error.-l | --listList the current rpath or runpath (default)-h | --helpShow usage information.
Bugs
This program cannot create an RPATH tag if the ELF does not have one, and it can only replace an RPATH with one of equal or shorter length.
