博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
bwm-tools compile error resolve.
阅读量:4079 次
发布时间:2019-05-25

本文共 526 字,大约阅读时间需要 1 分钟。

when compile bwm-tools-0.3.0.tar.gz  in rhel6 (64bit)

error message shows

In file included from ../include/flow.h:30,                                                                  
                 from ../include/autoclass.h:29,                                                             
                 from xmlConf.c:32:                                                                          
/usr/include/linux/netfilter.h:55: error: field 'in' has incomplete type

/usr/include/linux/netfilter.h:56: error: field 'in6' has incomplete type  

resolve:

vi /usr/include/linux/netfilter.h  (add some c header)

#include <linux/types.h>

#include <netinet/in.h>
#include <stdarg.h>
#include <getopt.h>
#include <netdb.h>
#include <sys/stat.h>
#include <errno.h>

转载地址:http://fhnni.baihongyu.com/

你可能感兴趣的文章
db db2_monitorTool IBM Rational Performace Tester
查看>>
OS + Unix Aix telnet
查看>>
IBM Lotus
查看>>
Linux +Win LAMPP Tools XAMPP 1.7.3 / 5.6.3
查看>>
my read_university
查看>>
network manager
查看>>
OS + Linux Disk disk lvm / disk partition / disk mount / disk io
查看>>
RedHat + OS CPU、MEM、DISK
查看>>
net TCP/IP / TIME_WAIT / tcpip / iperf / cain
查看>>
webServer kzserver/1.0.0
查看>>
OS + Unix IBM Aix basic / topas / nmon / filemon / vmstat / iostat / sysstat/sar
查看>>
my ReadMap subway / metro / map / ditie / gaotie / traffic / jiaotong
查看>>
OS + Linux DNS Server Bind
查看>>
linux下安装django
查看>>
Android 解决TextView设置文本和富文本SpannableString自动换行留空白问题
查看>>
Android开发中Button按钮绑定监听器的方式完全解析
查看>>
Android自定义View实现商品评价星星评分控件
查看>>
postgresql监控工具pgstatspack的安装及使用
查看>>
postgresql查看表的和索引的情况,判断是否膨胀
查看>>
postgresql中根据oid和filenode去找表的物理文件的位置
查看>>