I’m trying to find out if anyone has experienced the following error when trying to upgrade Zeek.
CMake Error at auxil/binpac/CMakeLists.txt:35 (message):
Could not find prerequisite package ‘PCAP’
CMake Error at auxil/binpac/CMakeLists.txt:37 (message):
Configuration aborted due to missing prerequisites
Hey - welcome!
That indicates you may not have development headers for the libpcap library installed.
The following section in the docs might help you solving the issue:
https://docs.zeek.org/en/master/install.html#building-from-source
If you’re still running into errors, please share which distribution/version and Zeek version you’re attempting to build?
Thanks,
Arne