-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Installation Issue #1108
Description
NOTE: The iperf3 issue tracker is for registering bugs, enhancement
requests, or submissions of code. It is not a means for asking
questions about building or using iperf3. Those are best directed
towards the iperf3 mailing list at iperf-dev@googlegroups.com or
question sites such as Stack Overflow
(http://www.stackoverflow.com/). A list of frequently-asked questions
regarding iperf3 can be found at http://software.es.net/iperf/faq.html.
I am trying to install iperf on a machine and while executing ./configure I am getting errors as below
- conftest.c:61: undefined reference to `cpuset_setaffinity'
- conftest.c:30:10: fatal error: netinet/sctp.h: No such file or directory
#include <netinet/sctp.h>
^~~~~~~~~~~~~~~~
compilation terminated. - conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
Because of above errors I am not able to install iperf
Context
-
Version of iperf3:
-
3.1.3
-
Hardware:
-
Operating system (and distribution, if any): ubuntu
Please note: iperf3 is supported on Linux, FreeBSD, and macOS.
Support may be provided on a best-effort basis to other UNIX-like
platforms. We cannot provide support for building and/or running
iperf3 on Windows, iOS, or Android.
- Other relevant information (for example, non-default compilers,
libraries, cross-compiling, etc.):
Please fill out one of the "Bug Report" or "Enhancement Request"
sections, as appropriate.
Bug Report
-
Expected Behavior
-
Actual Behavior
-
Steps to Reproduce
-
Possible Solution
Please submit patches or code changes as a pull request.
Enhancement Request
-
Current behavior
-
Desired behavior
-
Implementation notes
If submitting a proposed implementation of an enhancement request,
please use the pull request mechanism.