aboutsummaryrefslogtreecommitdiff
path: root/docs/dev.rst
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 /docs/dev.rst
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 'docs/dev.rst')
-rw-r--r--docs/dev.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dev.rst b/docs/dev.rst
index 8199a29..4d5c3b8 100644
--- a/docs/dev.rst
+++ b/docs/dev.rst
@@ -105,6 +105,11 @@ to solve the problem are currently being made:
value. Some part of this behavior is documented in the tcp(7)
manual page. (Issue #145)
+* 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)
+
There are, of course, many other open and closed issues in the issue
tracker.