[root@k8s-master WebBench]# sudo make && sudo make install PREFIX=your_path_to_webbench
cc -Wall -ggdb -W -O -c -o webbench.o webbench.c
webbench.c:22:10: 致命错误:rpc/types.h:没有那个文件或目录
#include <rpc/types.h>
^~~~~~~~~~~~~
编译中断。
make: *** [<内置>:webbench.o] 错误 1
[root@k8s-master WebBench]# sudo make && sudo make install PREFIX=your_path_to_webbench
cc -Wall -ggdb -W -O -c -o webbench.o webbench.c
webbench.c:22:10: 致命错误:rpc/types.h:没有那个文件或目录
#include <rpc/types.h>
^~~~~~~~~~~~~
编译中断。
make: *** [<内置>:webbench.o] 错误 1