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 build snort with dynamic rules #10

Open
archit-p opened this issue Nov 21, 2019 · 2 comments
Open

Cannot build snort with dynamic rules #10

archit-p opened this issue Nov 21, 2019 · 2 comments

Comments

@archit-p
Copy link
Contributor

This issue is caused due to the options --enable-static --disable-shared while running configure in the Snort directory. These options are required since DPDK does not build shared libraries by default and hence cannot be linked statically.

Perhaps, a re-evaluation of the configure.ac scripts is required.

References:
Building a shared library that uses DPDK

@twood02
Copy link
Member

twood02 commented Feb 1, 2020

@archit-p -- is this issue resolved by your updates that we just merged?

@archit-p
Copy link
Contributor Author

archit-p commented Apr 4, 2020

Hi @twood02, sorry about the delayed response.

This issue was not fixed by my pull request and needs some investigation.

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