2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-09-26 10:04:06 +08:00
|
|
|
<title>Installation of <application>Traceroute</application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-26 10:04:06 +08:00
|
|
|
<para>Install <application>Traceroute</application> by running the following
|
|
|
|
commands:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-10-28 22:14:04 +08:00
|
|
|
<screen><userinput><command>mv Makefile.in Makefile.in.bak &&
|
2002-08-06 23:13:49 +08:00
|
|
|
sed 's/-o bin/-o root/' Makefile.in.bak > Makefile.in &&
|
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
2003-09-26 10:04:06 +08:00
|
|
|
make install-man</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|