1CHRPATH(1)             change rpath/runpath in binaries             CHRPATH(1)
2
3
4

NAME

6       chrpath - change the rpath or runpath in binaries
7

SYNOPSIS

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

DESCRIPTION

14       chrpath  changes,  lists  or  removes the rpath or runpath setting in a
15       binary.  The rpath, or runpath if it is present, is where  the  runtime
16       linker should look for the libraries needed for a program.
17

OPTIONS

19       -v | --version
20              Display program version number
21
22       -d | --delete
23              Delete current rpath or runpath setting
24
25       -c | --convert
26              Convert the rpath setting into a runpath setting
27
28       -r <path> | --replace <path>
29              Replace current rpath or runpath setting with the path given
30
31       -k | --keepgoing
32              Do  not  fail  on  first error, but process all arguments before
33              returning the error.
34
35       -l | --list
36              List the current rpath or runpath (default)
37
38       -h | --help
39              Show usage information.
40

EXIT STATUS

42       0      If all operations were successful
43
44       >0     if one of the operations failed.  A failing operation terminates
45              the program unless -k is specified.
46
47

AUTHOR

49       The  chrpath  program  was  written  by  Petter Reinholdtsen <pere@hun‐
50       gry.com>, based on works by  Geoffrey  Keating  <geoffk@ozemail.com.au>
51       and Peeter Joot <peeterj@ca.ibm.com>.
52
53       This   manual   page   was   originally  written  by  Tollef  Fog  Heen
54       <tfheen@debian.org>, for the Debian GNU/Linux system (but may  be  used
55       by others).
56
57
58
59chrpath                           May 4, 2002                       CHRPATH(1)
Impressum