iperf3 --version result question #1828
-
Hi, I've downloaded 3.12 and 3.18 from here... After compiling both versions for Linux and verifying their version I've noticed the following...
Is this as expected? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I now think this is to do with where the library files are. I've just compiled it on another PC with no iperf3 history and got the following...
|
Beta Was this translation helpful? Give feedback.
-
It seems to be a library issue. Probably brought on by using several versions. |
Beta Was this translation helpful? Give feedback.
-
I think that you need to do "make install" (probably using "sudo") to change the library version. |
Beta Was this translation helpful? Give feedback.
-
I think that you need to do "make install" (probably using "sudo") to change the library version. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I've previously experimented with static linking so that I can jump between versions. I've managed to get into bit of a mess! |
Beta Was this translation helpful? Give feedback.
I think that you need to do "make install" (probably using "sudo") to change the library version.