[Bug 845] checking for LIBNFNETLINK... configure: error: Package requirements (libnfnetlink >= 0.0.41) were not met:

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Sat Aug 17 00:30:40 CEST 2013


https://bugzilla.netfilter.org/show_bug.cgi?id=845

--- Comment #8 from Phil Oester <netfilter at linuxace.com> 2013-08-17 00:30:38 CEST ---
Again this appears to be incorrect (old?) headers on your system, as tos
clearly exists in struct iphdr on my system (from /usr/include/netinet/ip.h):

struct iphdr
  {
#if __BYTE_ORDER == __LITTLE_ENDIAN
    unsigned int ihl:4;
    unsigned int version:4;
#elif __BYTE_ORDER == __BIG_ENDIAN
    unsigned int version:4;
    unsigned int ihl:4;
#else
# error "Please fix <bits/endian.h>"
#endif
    u_int8_t tos;
    u_int16_t tot_len;
    u_int16_t id;
    u_int16_t frag_off;
    u_int8_t ttl;
    u_int8_t protocol;
    u_int16_t check;
    u_int32_t saddr;
    u_int32_t daddr;
    /*The options start here. */
  };

-- 
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the netfilter-buglog mailing list