You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
When compiling the plugin manually, we receive the error in the title. We are using this for the configure step:
./configure --bro-dist=/opt/src/zeek-6.0.9/
The configure file looks for /bro-path-dev.bat.in in the path, but the name has changed to /zeek-path-dev.bat.in at some point. Once I changed the line to look for the new name, it continues on but runs into other separate separate issues.
When compiling the plugin manually, we receive the error in the title. We are using this for the configure step:
./configure --bro-dist=/opt/src/zeek-6.0.9/
The configure file looks for /bro-path-dev.bat.in in the path, but the name has changed to /zeek-path-dev.bat.in at some point. Once I changed the line to look for the new name, it continues on but runs into other separate separate issues.