DAQ Compile issue

116 views
Skip to first unread message

Timothy Clarkson

unread,
Nov 13, 2012, 1:53:55 AM11/13/12
to meta...@googlegroups.com
When I pass the --with-libpfring-includes=/usr/local/include/ --with-libpfring-libraries=/usr/local/lib options on the configure command I get back:

configure: WARNING: unrecognized options: --with.....

I have looked lots of versions and not of them have this option in the configure file - what am I missing ?

Cheers
Tim Clarkson

Livio Ricciulli

unread,
Nov 13, 2012, 3:11:46 AM11/13/12
to meta...@googlegroups.com
I just tried:

cd daq-0.6.2; chmod 755 configure; export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib; export
LIBS='-L/usr/local/lib -lpcap -lpthread'; ./configure
--disable-nfq-module --disable-ipq-module
--with-libpcap-includes=/usr/local/include
--with-libpcap-libraries=/usr/local/lib
--with-libpfring-includes=/usr/local/include/
--with-libpfring-libraries=/usr/local/lib

and it worked. Where did you get the daq code from?

If in doubt, you can always download
htttps://nsm.metaflows.com/linux.zip that contains all the code
necessary for running pfring. And that combination was heavily QAd.

--
Livio Ricciulli
MetaFlows Inc.
(408) 835-5005

Emiliano Fausto

unread,
Dec 16, 2015, 1:17:46 PM12/16/15
to Metaflows
Hello Tim,

I have exactly the same WARNING when trying to configure DAQ, did you solve it? in that case, how?

In my case I'm getting the DAQ from: https://www.snort.org/downloads/snort/daq-2.0.6.tar.gz

Regards!
Emiliano.

Tim Covel

unread,
Dec 16, 2015, 1:32:12 PM12/16/15
to meta...@googlegroups.com
Hi Emiliano,

I am not sure what Tim Clarkson ran into back in 2012, but here is how we are currently building daq-2.0.4 on CentOS 7 for our sensors. I am guessing you are missing the export LIBS line below.

cd daq-2.0.4
autoreconf -f -i

chmod 755 configure
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LIBS='-L/usr/local/lib -lpcap -lpthread -lnuma -lpfring'

./configure --disable-nfq-module --disable-ipq-module --with-libpcap-includes=/usr/local/include --with-libpcap-libraries=/usr/local/lib --with-libpfring-includes=/usr/local/include/ --with-libpfring-libraries=/usr/local/lib



I hope this helps
--
You received this message because you are subscribed to the Google Groups "Metaflows" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metaflows+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages