lfs/chapter06/procps-inst.xml
Gerard Beekmans 668813fb56 Applied Zack's procps patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-13 07:14:53 +00:00

27 lines
752 B
XML

<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Procps</title>
<para>This package requires its patch to be applied before you can
install it. This patch fixes a locale problem that makes
<userinput>w</userinput> crash under certain locale settings. Apply
the patch:</para>
<para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch</userinput></screen></para>
<para>Compile Procps:</para>
<para><screen><userinput>make</userinput></screen></para>
<para>Finish installing the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
<para>Remove a spurious library link:</para>
<para><screen><userinput>rm /lib/libproc.so</userinput></screen></para>
</sect2>