On Friday 2012-07-20 00:52, Mr Dash Four wrote: >> ulogd depends on libnetfilter_acct, which in turn requires glibc >= 2.9, and >> RHEL5 is just too damn old. >> > Nope! If libnetfilter_acct is compiled from source (Well, you can't compile it from anything else than source, so...) > it does *not* require glibc >= 2.9 libnetfilter_acct.c: In function 'nfacct_nlmsg_build_payload': libnetfilter_acct.c:348: warning: implicit declaration of function 'htobe64' and htobe64(3) says htobe64 is available starting glibc-2.9. Additionally, ../include/linux/netfilter/nfnetlink.h:4:46: error: linux/netfilter/nfnetlink_compat.h: No such file or directory so it also requires linux-glibc-devel >= 2.6.24, which RHEL5 also does not have. > and uses the version of glibc on the host system. Who would have thought. There is no other glibc to use in the first place. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html