Redhat 5.2 安装iptraf3.0.0

mac2022-06-30  72

编译会出现错误:

othptab.o

在文件 src/othptab.c 中添加一行:

#include <asm/types.h>

#include <sys/types.h>

#include <linux/if_ether.h>

在文件 src/tr.c 中添加一行:

#include <asm/types.h>

#include <sys/types.h>

#include <linux/if_tr.h>

然后重新编辑就可

转载于:https://www.cnblogs.com/wpjsolo/archive/2012/03/10/2388505.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)