On 11/13/2012 06:58 PM, Don bham wrote:
I have seen this before - it is a bug in CentOS's glibc. Commit id of the fix is (glibc.git) 15bac72bac03faeb3b725b1d208c62160f0c3ad7. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html How do i implement this fix please?
Well, just putting 15bac72bac03faeb3b725b1d208c62160f0c3ad7 in Google refers you to the patch (I think the 2nd or 3rd url should get you going).
After downloading the diff, you can apply it to the system's header file: /usr/include/netinet/ip.h.
Compile libnetfilter_queue-1.0.2 and IIRC it should work just fine. -- Rob -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html