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
I haven't tried to build this in a year or so, so you may run into a bunch of issues. I think the one you're currently facing is because the build script in the current plugin is looking for a specific file to identify your source tree as bro. That file doesn't exist any more, but you can symlink the existing zeek file to the old filename instead.
In your zeek tree try running: ln -s zeek-path-dev.in bro-path-dev.in
No idea what issues you may encounter from there, though. Good luck!
Hi,
I followed instruction: ./configure --bro-dist="path-to-zeek" --with-pfring="path-to-pfring" However I've got error:
Cannot determine Bro source directory, use --bro-dist=DIR.
I can compile other plugin like zeek-community-id with command: ./configure --zeek-dist=path-to-zeek
Does everyone have compiled this plugin successful? Please share with me your experience, I really appreciate that.
The text was updated successfully, but these errors were encountered: