So guys,

I need to install snort on a machine. It seems that snort need a library 
called daq and libpcap version > 1.0

[root@localhost daq-0.6.1]# find / -name *libpcap*
/usr/local/lib/libpcap.a
/usr/local/lib/libpcap.so.1.1.1
/usr/local/lib/libpcap.so
/usr/local/lib/libpcap.so.1
/lib/lib/libpcap.a
/lib/lib/libpcap.so.1.1.1
/lib/lib/libpcap.so
/lib/lib/libpcap.so.1

So I guess I have libpcap-1.1.1 installed. (Installed by untar 
./configure make make install)

When I try to install daq-0.6.1:

[root@localhost daq-0.6.1]# ./configure 
--with-mysql--enable-dynamicplugin  --with-libpcap-libraries=/lib/lib/
or
[root@localhost daq-0.6.1]# ./configure 
--with-mysql--enable-dynamicplugin  --with-libpcap-libraries=/usr/local/lib/

I got:

  ERROR!  Libpcap library version >= 1.0.0  not found.
     Get it from http://www.tcpdump.org

It is normal? What Am I doing it corret? Btw: You can notice that I 
installed twice.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to