Skip to content

Commit

Permalink
Add a note about (maybe) needing to do ldconfig after make install
Browse files Browse the repository at this point in the history
on Ubuntu.  This is a workaround for Issue #153.
  • Loading branch information
bmah888 committed Apr 17, 2014
1 parent 9ac254d commit 32f50a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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)
5 changes: 5 additions & 0 deletions docs/dev.rst
Expand Up @@ -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.

Expand Down

0 comments on commit 32f50a2

Please sign in to comment.