<div dir="ltr"><div><div><div><div>I checked out pfring from svn,compiled the lib and 
libpcap with ./configure ; make ; make install .All files were install 
to /usr/local/.<br></div>Then I compiled suricata-2.0beta1 with ./configure --enable-pfring --with-libpfring-includes=/usr/local/include/ --with-libpfring-libraries=/usr/local/lib/ --with-libpcap-includes=/usr/local/include/ --with-libpcap-libraries=/usr/local/lib ,but it returns "   ERROR! --enable-pfring was passed but the library was not found or version is >4, go get it<br>

   from <a href="http://www.ntop.org/PF_RING.html" target="_blank">http://www.ntop.org/PF_RING.html</a>"<br><br></div>I grep the pfring from config.log, it returns "/usr/local/lib//libpfring.so: undefined reference to `clock_gettime'"<br>

<br></div>I've compiled the userland example and it seems works fine.<br>[root@localhost examples]# ./alldevs<br>1. dna0 (PF_RING DNA)<br>2. em1 (PF_RING)<br>3. usbmon1 (USB bus number 1)<br>4. em2 (PF_RING)<br><br></div>
<div>I did all in centos 6.4 x86_64 os.<br></div>
How can I fix it ?Thank you !</div>