I have installed pfring-5.1.2. <br>I have write test.c like this:<br>int main()<br>{<br>     return pfring_open();<br>}<br><br>And "gcc test.c -lpfring" is work .<br>But suricate configure with --enable-pfring return "library is not found" <br>
<br><br>Fedora15_64 system.<br><br>Thanks.