when i run make command i see below error
make: *** No targets specified and no makefile found. Stop.
if i ls the untar’ed suricata bundle for v 6.0.9 or older, i do not find any file with name ‘make’
am i missing something?
when i run make command i see below error
make: *** No targets specified and no makefile found. Stop.
if i ls the untar’ed suricata bundle for v 6.0.9 or older, i do not find any file with name ‘make’
am i missing something?
You may have missed a couple steps,
https://suricata.readthedocs.io/en/latest/install.html
After untar’ing the source, and once in the root source directory, configure needs to be run (with the appropriate options of course).
Hope that helps,
JT