Linux Troubleshooting

keepalived报错整理

2019-03-22  本文已影响1人  yangqing

编译报错

../include/vrrp_ipaddress.h:32:27: error: linux/if_addr.h: No such file or directory
In file included from ../include/vrrp.h:31,
from ../include/smtp.h:34,
from smtp.c:27:
../include/vrrp_ipaddress.h:41: error: field ‘ifa’ has incomplete type
make2: * [smtp.o] Error 1
make2: Leaving directory `/root/keepalived-1.2.7/keepalived/core'
make1: [all] Error 1
make1: Leaving directory `/root/keepalived-1.2.7/keepalived'
make: ** [all] Error 2

解决办法:

yum -y install kernel-headers    # 这是kernel-headers软件版本过低造成的```
上一篇 下一篇

猜你喜欢

热点阅读