-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make error: tcpkali_syslimits.c:34:10: fatal error: sys/sysctl.h: No such file or directory #75
Comments
There are a couple of ways to resolve this and its dependent on the OS you are using.
|
Please how to create symbolic links various ln -s /usr/local/include /usr/include/linux but I have same error tcpkali_syslimits.c:34:10: fatal error: sys/sysctl.h: No such file or directory |
@gaffeyQiu First create the folder sys if it doesn't exist then individually link the sysctl.h file:
Worked for me. |
@blalockma Thanks,it works |
#77 should fix the problem on the linux. |
tcpkali_syslimits.o -MD -MP -MF .deps/tcpkali-tcpkali_syslimits.Tpo -c -o tcpkali-tcpkali_syslimits.o
test -f 'tcpkali_syslimits.c' || echo './'
tcpkali_syslimits.ctcpkali_syslimits.c:34:10: fatal error: sys/sysctl.h: No such file or directory
34 | #include <sys/sysctl.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:627: tcpkali-tcpkali_syslimits.o] Error 1
The text was updated successfully, but these errors were encountered: