| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 | <sect1 id="ch06-inetutils"><title>Installing Inetutils-&inetutils-version;</title><?dbhtml filename="inetutils.html" dir="chapter06"?><screen>Estimated build time:           &inetutils-time;Estimated required disk space:  &inetutils-compsize;</screen>&aa-inetutils-shortdesc;&aa-inetutils-dep;<sect2><title> </title><para> </para></sect2><sect2><title>Installation of Inetutils</title><para>Prepare Inetutils for compilation:</para><screen><userinput>./configure --prefix=/usr --disable-syslogd \    --libexecdir=/usr/sbin --disable-logger \    --sysconfdir=/etc --localstatedir=/var \    --disable-whois --disable-servers</userinput></screen><para>The meaning of the configure options:</para><itemizedlist><listitem><para><userinput>--disable-syslogd</userinput>: This optionprevents inetutils from installing the System Log Daemon, which isinstalled with the Sysklogd package.</para></listitem><listitem><para><userinput>--disable-logger</userinput>: This optionprevents inetutils from installing the logger program, which is used byscripts to pass messages to the System Log Daemon. We do not install itbecause Util-linux installs a better version later.</para></listitem><listitem><para><userinput>--disable-whois</userinput>: This option disablesthe 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 theinstallation of the various network servers included as part of the Inetutilspackage. These servers are deemed not appropriate in a basic LFS system. Someare insecure by nature and are only considered safe on trusted networks. Moreinformation can be found at<ulink url="&blfs-root;view/stable/basicnet/inetutils.html"/>. Note that betterreplacements are available for many of these servers.</para></listitem></itemizedlist><para>Compile the package:</para><screen><userinput>make</userinput></screen><para>Install it:</para><screen><userinput>make install</userinput></screen><para>And move the <userinput>ping</userinput> program to its proper place:</para><screen><userinput>mv /usr/bin/ping /bin</userinput></screen></sect2></sect1>
 |