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.
MTR是一款结合了Ping和Traceroute功能的网络诊断工具,它能够帮助用户更好地了解网络路径的状态。本文介绍了如何从官方网站下载MTR,并提供了编译安装过程中解决依赖问题的方法。

365

被折叠的 条评论
为什么被折叠?



