aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-04-17 08:48:28 -0700
committerBruce A. Mah <bmah@es.net>2014-04-17 08:48:28 -0700
commit32f50a2c1c3c7e2d75542729d5b9a4523ee6a20c (patch)
tree11b6f08a4ffc55aa7c6f4f1183045a09b39c94cd /README.md
parent9ac254da7dc4cc95a3f3aad5eb53bfa881e52ae6 (diff)
downloadiperf3-32f50a2c1c3c7e2d75542729d5b9a4523ee6a20c.tar.gz
Add a note about (maybe) needing to do ldconfig after make install
on Ubuntu. This is a workaround for Issue #153.
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)