mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-21 06:28:02 +00:00
7acb4c36e5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
25 lines
621 B
XML
25 lines
621 B
XML
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of Procps</title>
|
|
|
|
<para>First fix a locale problem that can crash <userinput>w</userinput> under
|
|
certain locale settings:</para>
|
|
|
|
<para><screen><userinput>patch -Np1 -i ../&procps-patch;</userinput></screen></para>
|
|
|
|
<para>Now compile Procps:</para>
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
<para>Install it:</para>
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
|
|
|
<para>And remove a spurious library link:</para>
|
|
|
|
<para><screen><userinput>rm /lib/libproc.so</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|