Actions
Bug #1026
closedpfring: 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.
Updated by Victor Julien about 11 years ago
- Subject changed from upadte configure to link with -lrt - when using pfring to pfring: update configure to link with -lrt
Updated by Victor Julien almost 11 years ago
- Status changed from New to Assigned
- Assignee set to Eric Leblond
- Target version set to 2.0rc1
Updated by Eric Leblond almost 11 years ago
- Status changed from Assigned to Closed
Fix pushed in https://github.com/inliniac/suricata/pull/714
Updated by Victor Julien almost 11 years ago
- Target version changed from 2.0rc1 to 2.0beta2
- % Done changed from 90 to 100
Updated by Peter Manev almost 11 years ago
Do we still need to use "-lrt" or not? (after the fix)
Actions