The Inetutils package contains network clients and servers.
Download (HTTP): http://gd.tuwien.ac.at/gnu/gnusrc/inetutils/inetutils-1.4.2.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/inetutils/inetutils-1.4.2.tar.gz
Download size: 1019 KB
Estimated Disk space required: 13 MB
Estimated build time: 0.30 SBU
Install Inetutils by running the following commands:
./configure --prefix=/usr --disable-syslogd \
--libexecdir=/usr/sbin --infodir=/usr/share/info \
--sysconfdir=/etc --localstatedir=/var \
--mandir=/usr/share/man &&
make &&
make install &&
mv /usr/bin/ping /bin
--disable-syslogd: This switch prevents Inetutils installing a System Log Daemon, which is installed in the LFS Book.
--with-wrap: This switch makes Inetutils compile against tcp-wrappers. Add this option if you want to utilize tcp-wrappers.
--disable-whois: This switch will prevent Inetutils installing a whois client, since the included whois client is out of date. Add this option if you plan on installing Whois-4.6.14.
--with-pam: This switch makes Inetutils link against Linux-PAM libraries. Add this option if you want to utilize PAM.
--disable-servers: Some of the servers included with Inetutils are insecure in nature and in some cases better alternatives exist. You can choose this switch to enable only the servers you need, avoiding the installation of unneeded servers.
The Inetutils package contains network clients and servers.