Add a note about (maybe) needing to do ldconfig after make install
on Ubuntu. This is a workaround for Issue #153.
This commit is contained in:
parent
9ac254da7d
commit
32f50a2c1c
@ -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)
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user