Installing Procps-3.1.11

Estimated build time:           0.1 SBU
Estimated required disk space:  6.2 MB

Contents of Procps

(Last checked against version 3.1.11.)

The Procps package provides programs to monitor and halt system processes. Procps gathers information about processes via the /proc directory.

Installed programs: free, kill, pgrep, pkill, pmap, ps, skill, snice, sysctl, tload, top, uptime, vmstat, w and watch

Installed library: libproc.so

Procps Installation Dependencies

(Last checked against version 2.0.7.)

Bash: sh
Binutils: as, ld, strip
Coreutils: basename, install, ln, mv, pwd, rm, sort, tr
Gawk: awk
GCC: cc1, collect2, cpp, gcc
Grep: grep
Make: make
Sed: sed

Installation of Procps

First fix a locale problem that can crash w under certain locale settings:

patch -Np1 -i ../procps-3.1.11-locale-fix.patch

Now compile Procps:

make

Install it:

make install

And remove a spurious library link:

rm /lib/libproc.so