Hmm..actually this is may not be relevant to iperf3 and some option might been changed.
You can try checking the configure help like, ./configure --help and check options for static compilation. Ensure, yours is clean build, carry out make distclean or untar freshly and build it.
Hi, following your commands, I get
ReplyDelete$ file iperf3
iperf3: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=33df741e068aaf7a9ae8a24a6243de87c35c6ca5, not stripped
iperf3 is not a statically linked executable. Any hint? I am using the latest iperf version, iperf3.
regards,
Huan
Hmm..actually this is may not be relevant to iperf3 and some option might been changed.
DeleteYou can try checking the configure help like, ./configure --help and check options for static compilation.
Ensure, yours is clean build, carry out make distclean or untar freshly and build it.