procps-inst.xml 965 B

12345678910111213141516171819202122232425262728
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Procps</title>
  4. <para>This package requires its patch to be applied before you can
  5. install it. This patch fixes a locale problem that makes
  6. <userinput>w</userinput> crash under certain locale settings. Apply
  7. the patch:</para>
  8. <para><screen><userinput>patch -Np1 -i ../procps-&procps-patch-version;.patch</userinput></screen></para>
  9. <para>Compile Procps:</para>
  10. <para><screen><userinput>make</userinput></screen></para>
  11. <para>Finish installing the package:</para>
  12. <para><screen><userinput>make XSCPT="" install</userinput></screen></para>
  13. <para>The <emphasis>XSCPT</emphasis> option will set the Makefile
  14. variable XSCPT to an empty value so that XConsole installation is
  15. disabled. Otherwise, <userinput>make install</userinput> tries to
  16. copy the file XConsole to /usr/X11R6/lib/X11/app-defaults. That
  17. directory does not exist because X is not installed.</para>
  18. </sect2>