2003-05-11 22:28:48 +01:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Inetutils</title>
|
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>Prepare Inetutils for compilation:</para>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
|
2003-08-27 23:33:30 +01:00
|
|
|
--libexecdir=/usr/sbin --disable-logger \
|
2003-08-31 23:21:25 +01:00
|
|
|
--sysconfdir=/etc --localstatedir=/var \
|
|
|
|
--disable-whois --disable-servers
|
2003-08-27 23:33:30 +01:00
|
|
|
</userinput></screen></para>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
2003-08-31 11:50:05 +01:00
|
|
|
<para>The meaning of the configure options:</para>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para><userinput>--disable-syslogd</userinput>: This option
|
|
|
|
prevents inetutils from installing the System Log Daemon, which is
|
|
|
|
installed with the Sysklogd package.</para></listitem>
|
|
|
|
|
|
|
|
<listitem><para><userinput>--disable-logger</userinput>: This option
|
|
|
|
prevents inetutils from installing the logger program, which is used by
|
|
|
|
scripts to pass messages to the System Log Daemon. We do not install it
|
|
|
|
because Util-linux installs a better version later.</para></listitem>
|
2003-08-27 23:33:30 +01:00
|
|
|
|
|
|
|
<listitem><para><userinput>--sysconfdir=/etc</userinput>: This option
|
|
|
|
tells the binaries created by the package to look in /etc for their
|
|
|
|
configuration files</para></listitem>
|
2003-08-31 23:21:25 +01:00
|
|
|
|
|
|
|
<listitem><para><userinput>--disable-whois</userinput>: This option disables
|
|
|
|
the building of the inetutils whois client, which is woefully out of date.
|
|
|
|
Instructions for a better whois client are in the BLFS book.</para></listitem>
|
|
|
|
|
|
|
|
<listitem><para><userinput>--disable-servers</userinput>: This disables the
|
|
|
|
compilation of the various server utilities included as part of the Inetutils
|
|
|
|
package. Many of these have known security vulnerabilities, and for most there
|
|
|
|
are better replacements.</para></listitem>
|
2003-05-11 22:28:48 +01:00
|
|
|
</itemizedlist>
|
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>Compile the package:</para>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>Install it:</para>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>And move the <userinput>ping</userinput> program to its proper place:</para>
|
2003-08-27 23:33:30 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>mv /usr/bin/ping /bin</userinput></screen></para>
|
|
|
|
|
2003-05-11 22:28:48 +01:00
|
|
|
</sect2>
|
|
|
|
|