2003-02-24 23:12:05 +08:00
|
|
|
<sect2>
|
2003-09-27 09:25:39 +08:00
|
|
|
<title>Installation of <application>Inetutils</application></title>
|
2003-02-24 23:12:05 +08:00
|
|
|
|
2003-09-27 09:25:39 +08:00
|
|
|
<para>Install <application>Inetutils</application> by running the following
|
|
|
|
commands:</para>
|
2003-02-24 23:12:05 +08:00
|
|
|
|
2003-09-27 09:25:39 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --disable-syslogd \
|
2003-03-18 10:46:42 +08:00
|
|
|
--libexecdir=/usr/sbin --infodir=/usr/share/info \
|
2003-10-05 07:18:07 +08:00
|
|
|
--sysconfdir=/etc --localstatedir=/var \
|
2003-04-25 00:42:26 +08:00
|
|
|
--mandir=/usr/share/man --with-wrap &&
|
2003-02-24 23:12:05 +08:00
|
|
|
make &&
|
2003-10-05 07:18:07 +08:00
|
|
|
make install &&
|
|
|
|
mv /usr/bin/ping /bin</command></userinput></screen>
|
2003-02-24 23:12:05 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|