Test time: September 1, 2015, 9 o ' AM
Test condition: Debian6 X64
Test Result: Normal installation
[Email protected]:~# cat/etc/debian_version
6.0.10
[Email protected]:/home# tar XF iperf-3.0.11.tar.gz
[Email protected]:/home# cd iperf-3.0.11
[Email protected]:/home/iperf-3.0.11#./configure
Tip: Configure:error:no acceptable C compiler found in $PATH
Solution: [Email protected]:/home/iperf-3.0.11# apt-get install-y gcc
[Email protected]:/home/iperf-3.0.11#./configure
[Email protected]:/home/iperf-3.0.11# echo $?]
0
[Email protected]:/home/iperf-3.0.11# make && make install
Tip:-bash:make:command not found
FIX: [email protected]:/home/iperf-3.0.11# apt-get install-y make
[Email protected]:/home/iperf-3.0.11# make && make install
[Email protected]:/home/iperf-3.0.11# echo $?]
0
[Email protected]:/home/iperf-3.0.11# iperf3-s
Tip: Iperf3:error while loading shared libraries:libiperf.so.0:cannot open Shared object file:no such file or directory
Resolve [Email protected]:/home/iperf-3.0.11# apt-get Install LIB32Z1
[Email protected]:/home/iperf-3.0.11# echo $?]
0
[Email protected]:/home/iperf-3.0.11# iperf3-s
-----------------------------------------------------------
Server listening on 5201
The IPERF3 is operating normally.
If Apt-get install lib32z1 execution is unsuccessful, check the source used
View the source used by the system
[Email protected]:/home/iperf-3.0.11# cat/etc/apt/sources.list
Use the source of the Zhong Ke.
This article comes from "Life is endless, tossing and turning." "blog, declined reprint!"
Debian compiled and installed IPERF3