open terminal
cd Downloads
cd inet*
./configure
Install command line tools
./configure
make
sudo make install
I have trouble with the inetutils ping because it ignores lost packets. This is my fix to stick with macos ping.
cd /usr/local/bin
sudo mv ping ping.bk
No comments:
Post a Comment