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 MD5 sum: df0909a586ddac2b7a0d62795eea4206
Download size: 1019 KB
Estimated disk space required: 13 MB
Estimated build time: 0.30 SBU
Install Inetutils by running the following commands:
patch -Np1 -i ../inetutils-1.4.2-kernel_headers-1.patch &&
./configure --prefix=/usr --libexecdir=/usr/sbin \
--sysconfdir=/etc --localstatedir=/var \
--mandir=/usr/share/man --infodir=/usr/share/info \
--disable-logger --disable-syslogd &&
make &&
make install &&
mv /usr/bin/ping /bin
--disable-logger: This switch prevents Inetutils installing a logger program, which is installed in the LFS Book.
--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 an outdated whois client. Add this option if you plan on installing Whois-4.6.26.
--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.
Last updated on 2005-02-11 08:57:40 -0700