Traceroute: Difference between revisions

From CBLFS
Jump to navigationJump to search
Epitome (talk | contribs)
mNo edit summary
Cosmo (talk | contribs)
No edit summary
Line 3: Line 3:
!Download Source:
!Download Source:
| http://ftp.osuosl.org/pub/blfs/svn/t/traceroute-{{Traceroute-Version}}.tar.gz
| http://ftp.osuosl.org/pub/blfs/svn/t/traceroute-{{Traceroute-Version}}.tar.gz
|}
{| style="text-align: left; background-color: AliceBlue;"
!Download Patch:
| http://cross-lfs.org/~cosmo/patches/traceroute-{{Traceroute-Version}}-defaults_fix-1.patch
|}
|}


Line 8: Line 12:


{{Package-Introduction|The Traceroute package contains a program which is used to display the network route that packets take to reach a specified host. This is a standard network troubleshooting tool. If you find yourself unable to connect to another system, traceroute can help pinpoint the problem.}}
{{Package-Introduction|The Traceroute package contains a program which is used to display the network route that packets take to reach a specified host. This is a standard network troubleshooting tool. If you find yourself unable to connect to another system, traceroute can help pinpoint the problem.}}
{{Note|The patch is only required if using Make 3.82 or newer.}}


== Dependencies ==
== Dependencies ==
Line 15: Line 21:
Compile the package:
Compile the package:


traceroute-{{Traceroute-Version}}-defaults_fix-1.patch
  make
  make


Line 28: Line 35:
Compile the package:
Compile the package:


traceroute-{{Traceroute-Version}}-defaults_fix-1.patch
  make CC="gcc ${BUILD32}"
  make CC="gcc ${BUILD32}"


Line 38: Line 46:
Compile the package:
Compile the package:


traceroute-{{Traceroute-Version}}-defaults_fix-1.patch
  make CC="gcc ${BUILDN32}"
  make CC="gcc ${BUILDN32}"


Line 48: Line 57:
Compile the package:
Compile the package:


traceroute-{{Traceroute-Version}}-defaults_fix-1.patch
  make CC="gcc ${BUILD64}"
  make CC="gcc ${BUILD64}"



Revision as of 06:01, 28 August 2010

Download Source: http://ftp.osuosl.org/pub/blfs/svn/t/traceroute-2.0.15.tar.gz
Download Patch: http://cross-lfs.org/~cosmo/patches/traceroute-2.0.15-defaults_fix-1.patch

Introduction to Traceroute

The Traceroute package contains a program which is used to display the network route that packets take to reach a specified host. This is a standard network troubleshooting tool. If you find yourself unable to connect to another system, traceroute can help pinpoint the problem.

Project Homepage: Unknown

Note

The patch is only required if using Make 3.82 or newer.

Dependencies

Non-Multilib

Compile the package:

traceroute-2.0.15-defaults_fix-1.patch
make

Install the package

make prefix=/usr install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

traceroute-2.0.15-defaults_fix-1.patch
make CC="gcc ${BUILD32}"

Install the package

make prefix=/usr install

N32

Compile the package:

traceroute-2.0.15-defaults_fix-1.patch
make CC="gcc ${BUILDN32}"

Install the package

make prefix=/usr install

64Bit

Compile the package:

traceroute-2.0.15-defaults_fix-1.patch
make CC="gcc ${BUILD64}"

Install the package

make prefix=/usr install

Contents

Installed Programs: traceroute
Installed Libraries: None
Installed Directories: None

Short Descriptions

traceroute: does basically what it says: it traces the route your packets take from the host you are working on to another host on a network, showing all the intermediate hops (gateways) along the way.