Greetings!
I am trying to install Suricata 7.0.6 on a RHEL 8 server. When running ./configure I get the error pcap.h not found. I cannot seem to find a fix. I am relatively new at this so any help would be appreciated.
Greetings!
I am trying to install Suricata 7.0.6 on a RHEL 8 server. When running ./configure I get the error pcap.h not found. I cannot seem to find a fix. I am relatively new at this so any help would be appreciated.
On RHEL 8 you will need the libpcap-devel
package. You can get this by enabling the powertools
repo I believe.
Thank you! I will give it a try tomorrow morning.