mtr是什么, mtr = ping + traceroute
[url="http://www.bitwizard.nl/mtr/"]google了解更多[/url]。
ftp://ftp.bitwizard.nl/mtr/mtr-0.75.tar.gz
tar -zxvf mtr-0.75.tar.gz
./configure –without-gtk –disable-ipv6 –disable-gtktest
make
Undefined symbols:
"_res_9_dn_expand", referenced from:
_parserespacket in dns.o
_parserespacket in dns.o
_parserespacket in dns.o
"_res_9_init", referenced from:
_dns_open in dns.o
"_res_9_mkquery", referenced from:
_dorequest in dns.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
change configure with:
LIBS=-lresolv ./configure –without-gtk –disable-ipv6 –disable-gtktest
make
sudo make install
DONE.
[url="http://www.bitwizard.nl/mtr/"]google了解更多[/url]。
ftp://ftp.bitwizard.nl/mtr/mtr-0.75.tar.gz
tar -zxvf mtr-0.75.tar.gz
./configure –without-gtk –disable-ipv6 –disable-gtktest
make
Undefined symbols:
"_res_9_dn_expand", referenced from:
_parserespacket in dns.o
_parserespacket in dns.o
_parserespacket in dns.o
"_res_9_init", referenced from:
_dns_open in dns.o
"_res_9_mkquery", referenced from:
_dorequest in dns.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
change configure with:
LIBS=-lresolv ./configure –without-gtk –disable-ipv6 –disable-gtktest
make
sudo make install
DONE.