寒冰飞雪 大佬有话说 : 2020-1-6 11:08:25
安装ServerStatus-Hotaru报错
gcc -c -Iinclude -Wall -O2 src/system.c -o obj/system.o
In file included from /usr/include/sys/socket.h:39:0,
from src/system.c:19:
/usr/include/bits/socket.h:346:24: 致命错误:asm/socket.h:没有那个文件或目录
#include <asm/socket.h>
^
编译中断。
make: *** 错误 1
[错误] ServerStatus 服务端编译失败 !
哪位大佬知道是什么原因吗
用的是https://github.com/CokeMine/ServerStatus-Hotaru
金盾 大佬有话说 : 2020-1-6 14:42:58
Debian9吧 我也是报错
寒冰飞雪 大佬有话说 : 2020-1-6 14:51:06
金盾 大佬有话说 : 2020-1-6 14:42
Debian9吧 我也是报错
centos7
Yukino 大佬有话说 : 2020-1-6 14:58:46
https://stackoverflow.com/questions/26946108/asm-socket-h-no-such-file-or-directory-cross-compiling-dart-for-raspberry-pi
寒冰飞雪 大佬有话说 : 2020-1-6 15:04:53
Yukino 大佬有话说 : 2020-1-6 14:58
https://stackoverflow.com/questions/26946108/asm-socket-h-no-such-file-or-directory-cross-compiling- …
已经看过,没看懂。