Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile #7

Open
annp1987 opened this issue Apr 22, 2021 · 1 comment
Open

Cannot compile #7

annp1987 opened this issue Apr 22, 2021 · 1 comment

Comments

@annp1987
Copy link

annp1987 commented Apr 22, 2021

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.

@andrewbeard
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants