mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-21 06:28:02 +00:00
50415c9f28
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
29 lines
965 B
XML
29 lines
965 B
XML
<sect2><title> </title><para> </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 XSCPT="" install</userinput></screen></para>
|
|
|
|
<para>The <emphasis>XSCPT</emphasis> option will set the Makefile
|
|
variable XSCPT to an empty value so that XConsole installation is
|
|
disabled. Otherwise, <userinput>make install</userinput> tries to
|
|
copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. That
|
|
directory does not exist because X is not installed.</para>
|
|
|
|
</sect2>
|
|
|