findutils-inst.xml 820 B

12345678910111213141516171819202122232425
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installing Findutils</title>
  4. <para>Prepare Findutils to be compiled:</para>
  5. <para><screen><userinput>./configure --prefix=/usr --libexecdir=/usr/bin</userinput></screen></para>
  6. <para>By default, the location of the updatedb database is in /usr/var.
  7. To make the location of <filename>/var/lib/misc/locatedb</filename> file
  8. FHS compliant, pass the <emphasis>--localstatedir=/var/lib/misc</emphasis>
  9. option to <userinput>configure</userinput>.</para>
  10. <para>Continue with compiling the package:</para>
  11. <para><screen><userinput>make</userinput></screen></para>
  12. <para><screen><userinput>make check</userinput></screen></para>
  13. <para>Finish installing the package:</para>
  14. <para><screen><userinput>make install</userinput></screen></para>
  15. </sect2>