aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 16082e5..f85c440 100644
--- a/README.md
+++ b/README.md
@@ -145,3 +145,7 @@ doubles the value you pass in. (You can see this using iperf3's debug flag).
But then the CWND does not actually ramp up to the doubled value, but only
to about 75% of the doubled value. This appears to be by design.
+* On some platforms (observed on at least one version of Ubuntu
+Linux), it might be necessary to invoke "ldconfig" manually after
+doing a "make install" before the iperf3 executable can find its
+shared library. (Issue #153)