Actions
Bug #270
closedNFQ compilation fails if libnfnetlink.h is missing
Affected Versions:
Effort:
Difficulty:
Label:
Description
source-nfq.c:319: error: ‘SOL_NETLINK’ undeclared (first use in this function)
/usr/include/libnfnetlink/libnfnetlink.h
By installing (on Ubuntu) libnfnetlink-dev, things worked fine.
I think we should either define the missing define ourselves, or include and check for libnfnetlink.h.
Files
Actions