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
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<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-10-10 00:22:07 +01:00
|
|
|
</userinput></screen>
|
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
|
|
|
|
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
|
2003-10-05 13:40:57 +01:00
|
|
|
installation of the various network servers included as part of the Inetutils
|
|
|
|
package. These servers are deemed not appropriate in a basic LFS system. Some
|
|
|
|
are insecure by nature and are only considered safe on trusted networks. More
|
|
|
|
information can be found at
|
2003-10-07 07:00:35 +01:00
|
|
|
<ulink url="&blfs-root;view/stable/basicnet/inetutils.html"/>. Note that better
|
2003-10-05 13:40:57 +01:00
|
|
|
replacements are available for many of these servers.</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
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make</userinput></screen>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>Install it:</para>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make install</userinput></screen>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
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
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>mv /usr/bin/ping /bin</userinput></screen>
|
2003-08-27 23:33:30 +01:00
|
|
|
|
2003-05-11 22:28:48 +01:00
|
|
|
</sect2>
|
|
|
|
|