I was just installed the latest version of iperf3 in Ubuntu 18.4. First I cloned the files from iperf's GitHub repository and proceeded wit the installation process:
- ./configure
- make
- make install
I ran make check and all tests passed.
But when I invoke iperf3 I get the following message:
$ iperf3
iperf3: error while loading shared libraries: libiperf.so.0: cannot open shared object file: No such file or directory
iperf3 is installed but somehow if failing to run
~$ whereis iperf3
iperf3: /usr/local/bin/iperf3
Are some libraries missing?