inetutils-inst.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Inetutils</title>
  4. <para>Prepare Inetutils to be compiled:</para>
  5. <para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
  6. &nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --infodir=/usr/share/info \
  7. &nbsp;&nbsp;&nbsp;&nbsp;--mandir=/usr/share/man --disable-logger</userinput></screen></para>
  8. <para>The meanings of the configure options are:</para>
  9. <itemizedlist>
  10. <listitem><para><userinput>--disable-syslogd</userinput>: This option
  11. prevents inetutils from installing the System Log Daemon, which is
  12. installed with the Sysklogd package.</para></listitem>
  13. <listitem><para><userinput>--disable-logger</userinput>: This option
  14. prevents inetutils from installing the logger program, which is used by
  15. scripts to pass messages to the System Log Daemon. We do not install it
  16. because Util-linux installs a better version later.</para></listitem>
  17. </itemizedlist>
  18. <para>Continue with compiling the package:</para>
  19. <para><screen><userinput>make</userinput></screen></para>
  20. <para>Finish installing the package:</para>
  21. <para><screen><userinput>make install</userinput></screen></para>
  22. </sect2>