onvm-snort icon indicating copy to clipboard operation
onvm-snort copied to clipboard

Cannot build snort with dynamic rules

Open archit-p opened this issue 5 years ago • 2 comments

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

archit-p avatar Nov 21 '19 14:11 archit-p

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

twood02 avatar Feb 01 '20 17:02 twood02

Hi @twood02, sorry about the delayed response.

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

archit-p avatar Apr 04 '20 04:04 archit-p