2012年3月10日星期六

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>

然后重新编辑就可

成功,只青睐行动和事实,而非口舌之快者。
Redhat 5.2 安装iptraf3.0.0

TAG: