inetutils-inst.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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 --disable-logger</userinput></screen></para>
  7. <para>The meanings of the configure options are:</para>
  8. <itemizedlist>
  9. <listitem><para><userinput>--disable-syslogd</userinput>: This option
  10. prevents inetutils from installing the System Log Daemon, which is
  11. installed with the Sysklogd package.</para></listitem>
  12. <listitem><para><userinput>--disable-logger</userinput>: This option
  13. prevents inetutils from installing the logger program, which is used by
  14. scripts to pass messages to the System Log Daemon. We do not install it
  15. because Util-linux installs a better version later.</para></listitem>
  16. </itemizedlist>
  17. <para>Continue with compiling the package:</para>
  18. <para><screen><userinput>make</userinput></screen></para>
  19. <para>Finish installing the package:</para>
  20. <para><screen><userinput>make install</userinput></screen></para>
  21. </sect2>