ipset 6.x on Centos 5

General support questions including new installations
Post Reply
danGynn
Posts: 1
Joined: 2014/04/08 05:33:09

ipset 6.x on Centos 5

Post by danGynn » 2014/04/08 05:49:39

Has anyone been able to compile ipset 6.x (current most recent version is 6.21) on CentOS 5? Specifically, I'm looking to create an RPM. make fails with:
../libtool: line 851: X--tag=CC: command not found
../libtool: line 851: X--tag=CC: command not found
../libtool: line 884: libtool: ignoring unknown tag : command not found
../libtool: line 884: libtool: ignoring unknown tag : command not found
../libtool: line 851: X--mode=compile: command not found
../libtool: line 851: X--mode=compile: command not found
../libtool: line 1017: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1017: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1018: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 1018: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 1161: Xgcc: command not found
../libtool: line 1161: Xgcc: command not found
../libtool: line 1161: X-DHAVE_CONFIG_H: command not found
../libtool: line 1161: X-DHAVE_CONFIG_H: command not found
../libtool: line 1161: X-I.: command not found
[snip]
../libtool: line 1213: Xipset_bitmap_ipmac.lo: command not found
../libtool: line 1213: Xipset_bitmap_ip.lo: command not found
../libtool: line 1218: libtool: compile: cannot determine name of library object from `': command not found
make[2]: *** [ipset_bitmap_ipmac.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
../libtool: line 1218: libtool: compile: cannot determine name of library object from `': command not found
make[2]: *** [ipset_bitmap_ip.lo] Error 1

User avatar
Super Jamie
Posts: 310
Joined: 2014/01/10 23:44:51

Re: ipset 6.x on Centos 5

Post by Super Jamie » 2014/04/09 11:02:08

I wouldn't expect this to work. There were significant changes to xtables in kernel 2.6.20 which cannot be backported to EL5's 2.6.18 kernel without breaking ABI.

Post Reply