Closed a-czyrny closed 2 years ago
@a-czyrny could you check if pf_ring dev (8.1) is also affected by this issue?
@a-czyrny could you check if pf_ring dev (8.1) is also affected by this issue?
After switching to pf_ring dev (8.1) the problem does not occur.
@cardigliano is this the proper fix for this issue? It would mean 8.0.0-stable isn't supported for Suricata. 7.8.0 and 8.2.0 seem to compile fine.
@victorjulien we only support latest stable (8.2) and dev (8.3) branches, 8.0 is EOL
Ok, good to know. Thanks!
Looks like, at least with gcc-12 on ubuntu 22.04LTS, the std=c11 option on the suricata autoconf file is what is causing the compilation errors.
Summary
The suricata configuration script does not find the installed pf_ring libraries due to an "error" during the check:
This is the first time this error has occurred with this version of suricata. The version has already been successfully compiled.
pf_ring was installed from packages.
Additional information