Redhat 5.2 安装iptraf3.0.0

编译会出现错误:

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>

然后重新编辑就可

posted @ 2012-03-10 00:07  wpjsolo  阅读(262)  评论(0编辑  收藏  举报