chrpath - Online in the Cloud

This is the command chrpath that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


chrpath - change the rpath or runpath in binaries

SYNOPSIS


chrpath [ -v | --version ] [ -d | --delete ] [ -r <path> | --replace <path> ] [ -c |
--convert ] [ -l | --list ] [ -h | --help ] <program> [ <program> ... ]

DESCRIPTION


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 | --version
Display program version number

-d | --delete
Delete current rpath or runpath setting

-c | --convert
Convert 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 | --keepgoing
Do not fail on first error, but process all arguments before returning the error.

-l | --list
List the current rpath or runpath (default)

-h | --help
Show usage information.

EXIT STATUS


0 If all operations were successful

>0 if one of the operations failed. A failing operation terminates the program unless
-k is specified.

Use chrpath online using onworks.net services



Latest Linux & Windows online programs