A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Net Tools | HOME | Hostname » |
Name: Traceroute
Summary: TCP/IP Packet route reporting utility
License: GPL v2 or later
Version: 2.1.6
URL: https://sourceforge.net/projects/traceroute/files/traceroute/traceroute-2.1.6/traceroute-2.1.6.tar.gz
Average Build Time: 0.1 SBU
Used Install Space: 264 KiB
To fix a couple bugs and allow the autoconf/automake tools to work correctly, apply the following patches:
patch -p1 <../patches/traceroute/traceroute-autotools.patch
patch -p1 <../patches/traceroute/traceroute-secure_getenv.patch
To configure Traceroute for install into the build root, run the following commands:
autoreconf -fiv
./configure --prefix=/usr \
--docdir=/usr/share/doc/traceroute-2.1.6 \
--enable-year2038
To compile Traceroute, run the following command:
make
Finally, to install Traceroute into the build tree, run the following command:
make install
| Contents | |
|---|---|
| Installed Programs | traceroute |
| Navigation | ||
|---|---|---|
| « Net Tools | HOME | Hostname » |