Actions
Bug #1026
closed
PM
EL
pfring: update configure to link with -lrt
Bug #1026:
pfring: update configure to link with -lrt
Affected Versions:
Effort:
Difficulty:
Label:
Description
It seems that compiling latest Suricata from Git with pf_ring >= 5.6.2 you need to do:
./autogen.sh && LIBS=-lrt ./configure --enable-pfring --enable-geoip......
notice the use of "LIBS=-lrt", otherwise we fail in the configure part
of the compilation.
Actions