MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« Net Tools HOME Hostname »

Traceroute

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

Pre-configuration

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

Configuration

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

Compilation and Installation

To compile Traceroute, run the following command:

make

Finally, to install Traceroute into the build tree, run the following command:

make install

Contents

Contents  
Installed Programs traceroute
Navigation    
« Net Tools HOME Hostname »