Use "-t" to make mtr use the curses instead of X11.
Web to the MTR home page.
ftp gate.ucar.edu
anonymous@ftp.bitwizard.nl
Pete Siemsen
cd mtr
binary
get mtr-0.51.tar.gz
quit
gunzip mtr-0.51.tar.gz
tar xf mtr-0.51.tar
rm mtr-0.51.tar
cd mtr-0.51
./configure
make
make install
make clean
I couldn't get it to build because it couldn't find a curses.h file.
Add the following to .bashrc so
siemsen can find the binary:
if [ ! $AMROOT ]; then
pathadd /usr/local/sbin
fi