From: Emilian U. <lo...@cl...> - 2004-05-23 09:00:06
|
http://snort-inline.sourceforge.net/FAQ.html On Sun, 23 May 2004, Michael Boman wrote: > Hi, > > I have some problems getting Snort-inline to compile on my Fedora Core 1 > system. Please advice how I can rectify this problem. Also please let me > know if there is any additional information you require to troubleshoot > the problem. > > Best regards > Michael Boman > > > Build host: > Fedora Core 1 with all the updates > libnet-1.0.2-2.rhfc1.dag > pcre-devel-4.4-1 > gcc-3.3.2-1 > libpcap-0.7.2-8.fc1.1 > iptables-devel-1.2.9-1.0 > glibc-2.3.2-101.4 > > Compilation steps: > ./configure > make > > Result: > [...] > Making all in output-plugins > make[3]: Entering directory > `/usr/src/redhat/BUILD/snort_inline-2.1.2/src/output-plugins' > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src > -I../../src/sfutil -I/usr/include/pcap -I../../src/output-plugins > -I../../src/detection-plugins -I../../src/preprocessors > -I../../src/preprocessors/flow -I../../src/preprocessors/portscan > -I../../src/preprocessors/flow/int-snort > -I../../src/preprocessors/HttpInspect/include-I/usr/include/pcre > -I/usr/include-g -O2 -Wall -DGIDS -D_BSD_SOURCE -D__BSD_SOURCE > -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -DLIBNET_LIL_ENDIAN -c `test -f > 'spo_alert_fast.c' || echo './'`spo_alert_fast.c > In file included from /usr/include/linux/netfilter_ipv4/ip_queue.h:10, > from /usr/include/libipq.h:37, > from ../../src/inline.h:8, > from ../../src/snort.h:38, > from spo_alert_fast.c:51: > /usr/include/linux/if.h:59: error: redefinition of `struct ifmap' > /usr/include/linux/if.h:77: error: redefinition of `struct ifreq' > /usr/include/linux/if.h:126: error: redefinition of `struct ifconf' > make[3]: *** [spo_alert_fast.o] Error 1 > make[3]: Leaving directory > `/usr/src/redhat/BUILD/snort_inline-2.1.2/src/output-plugins' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/usr/src/redhat/BUILD/snort_inline-2.1.2/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/redhat/BUILD/snort_inline-2.1.2' > make: *** [all] Error 2 > > -- > Michael Boman > |