Failed to locate traceroute binary.

JamesAB

Active Member
Apr 12, 2003
44
0
156
New Hampshire
I just did a fresh cPanel/WHM install on this server.

I get an error when I click on Main >> Security Center >> Traceroute Enable/Disable

Failed to locate traceroute binary.
Do I need to install the traceroute RPM myself or is this something cPanel usually takes control of?

Thanks for your help,
James
 
Last edited:

madaboutlinux

Well-Known Member
Jan 24, 2005
1,051
2
168
Earth
tracreroute package is generally installed during the OS installation, however, if it is not installed, search and install it using yum

yum search traceroute
it will list various packages. Suppose your server is a 32 bit machine, it will display the package something like "traceroute.i386".

Then install it using yum

yum install traceroute.i386
Once done, the option Main >> Security Center >> Traceroute Enable/Disable should work as expected.
 

garrettp

Well-Known Member
PartnerNOC
Jun 18, 2004
312
1
166
cPanel Access Level
DataCenter Provider
A note: Traceroute is actually not part of a base CentOS/RedHat installation and the method described by madaboutlinux will install the missing binary.

Here are a few other network-related utilities I usually install when deploying a cPanel server:

Code:
yum -y install traceroute jwhois tcpdump mtr bind-utils
I believe bind-utils is installed by cPanel now, but I still include it out of habit. :D