Hi, I want to use iptables to double output packets from a network interface, so I would like to use the TEE target (or the ROUTE one with the --tee option). I have tried to apply patch-o-matic in order to patch the kernel and use ROUTE but it doesn't work (it doesn't allow me to do it). Some people pointed me to Xtables site where I could find xtables and I found that it included the TEE target, so I decided to try to make it run. I have tried it (xtables-combined-1.5.4.1) in two computers, one with Debian Etch with 2.6.25.7 kernel (gcc 4.1.2) and Ubuntu with 2.6.24-19 kernel (gcc 4.2.3), but I haven't been able to make it compile, getting the same configure output but different compilation errors in different files. So, I don't know which C compiler I should use to succeed. I have tried to compile iptables and xtables in separate ways but I get other errors. I have attached the output lines obtained from the configure and make commands. I am quite interested in using the TEE target extension, so I would be very pleased if anyone could guide me through this issue. Thank you so much, Javi
/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77 /home/dulceangustia/xtables-combined-1.5.4.1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking netinet/ip6.h usability... yes checking netinet/ip6.h presence... yes checking for netinet/ip6.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating extensions/GNUmakefile config.status: creating libipq/Makefile config.status: creating include/xtables.h config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands /home/dulceangustia/xtables-combined-1.5.4.1 /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1 /home/dulceangustia/xtables-combined-1.5.4.1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking whether gcc and cc understand -c and -o together... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking netinet/ip6.h usability... yes checking netinet/ip6.h presence... yes checking for netinet/ip6.h... yes checking xtables.h presence... /home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77/include/xtables.h configure: creating ./config.status config.status: creating Makefile config.status: creating extensions/GNUmakefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands /home/dulceangustia/xtables-combined-1.5.4.1 Done
~/xtables-combined-1.5.4.1/iptables-1.4.0.77 ~/xtables-combined-1.5.4.1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking netinet/ip6.h usability... yes checking netinet/ip6.h presence... yes checking for netinet/ip6.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating extensions/GNUmakefile config.status: creating libipq/Makefile config.status: creating include/xtables.h config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands ~/xtables-combined-1.5.4.1 ~/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1 ~/xtables-combined-1.5.4.1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking whether gcc and cc understand -c and -o together... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking netinet/ip6.h usability... yes checking netinet/ip6.h presence... yes checking for netinet/ip6.h... yes checking xtables.h presence... /home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77/include/xtables.h configure: creating ./config.status config.status: creating Makefile config.status: creating extensions/GNUmakefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands ~/xtables-combined-1.5.4.1 Done
make -C iptables-1.4.0.77 all; make[1]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' make all-recursive make[2]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' Making all in extensions make[3]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77/extensions' CC libxt_CLASSIFY.oo CCLD libxt_CLASSIFY.so CC libxt_comment.oo CCLD libxt_comment.so CC libxt_connbytes.oo CCLD libxt_connbytes.so CC libxt_connlimit.oo CCLD libxt_connlimit.so CC libxt_connmark.oo CCLD libxt_connmark.so CC libxt_CONNMARK.oo CCLD libxt_CONNMARK.so CC libxt_CONNSECMARK.oo CCLD libxt_CONNSECMARK.so CC libxt_conntrack.oo CCLD libxt_conntrack.so CC libxt_dccp.oo CCLD libxt_dccp.so CC libxt_dscp.oo CCLD libxt_dscp.so CC libxt_DSCP.oo CCLD libxt_DSCP.so CC libxt_esp.oo CCLD libxt_esp.so CC libxt_hashlimit.oo CCLD libxt_hashlimit.so CC libxt_helper.oo CCLD libxt_helper.so CC libxt_iprange.oo CCLD libxt_iprange.so CC libxt_length.oo CCLD libxt_length.so CC libxt_limit.oo CCLD libxt_limit.so CC libxt_mac.oo CCLD libxt_mac.so CC libxt_mark.oo CCLD libxt_mark.so CC libxt_MARK.oo CCLD libxt_MARK.so CC libxt_multiport.oo CCLD libxt_multiport.so CC libxt_NFLOG.oo CCLD libxt_NFLOG.so CC libxt_NFQUEUE.oo CCLD libxt_NFQUEUE.so CC libxt_NOTRACK.oo CCLD libxt_NOTRACK.so CC libxt_owner.oo CCLD libxt_owner.so CC libxt_physdev.oo CCLD libxt_physdev.so CC libxt_pkttype.oo CCLD libxt_pkttype.so CC libxt_quota.oo CCLD libxt_quota.so CC libxt_rateest.oo CCLD libxt_rateest.so CC libxt_RATEEST.oo CCLD libxt_RATEEST.so CC libxt_sctp.oo CCLD libxt_sctp.so CC libxt_SECMARK.oo CCLD libxt_SECMARK.so CC libxt_standard.oo CCLD libxt_standard.so CC libxt_state.oo CCLD libxt_state.so CC libxt_statistic.oo CCLD libxt_statistic.so CC libxt_string.oo CCLD libxt_string.so CC libxt_tcp.oo CCLD libxt_tcp.so CC libxt_tcpmss.oo CCLD libxt_tcpmss.so CC libxt_TCPMSS.oo CCLD libxt_TCPMSS.so CC libxt_TCPOPTSTRIP.oo CCLD libxt_TCPOPTSTRIP.so CC libxt_time.oo CCLD libxt_time.so CC libxt_tos.oo CCLD libxt_tos.so CC libxt_TOS.oo CCLD libxt_TOS.so CC libxt_TRACE.oo CCLD libxt_TRACE.so CC libxt_u32.oo CCLD libxt_u32.so CC libxt_udp.oo CCLD libxt_udp.so CC libipt_addrtype.oo CCLD libipt_addrtype.so CC libipt_ah.oo CCLD libipt_ah.so CC libipt_CLUSTERIP.oo CCLD libipt_CLUSTERIP.so CC libipt_DNAT.oo CCLD libipt_DNAT.so CC libipt_ecn.oo CCLD libipt_ecn.so CC libipt_ECN.oo CCLD libipt_ECN.so CC libipt_icmp.oo CCLD libipt_icmp.so CC libipt_LOG.oo CCLD libipt_LOG.so CC libipt_MASQUERADE.oo CCLD libipt_MASQUERADE.so CC libipt_MIRROR.oo CCLD libipt_MIRROR.so CC libipt_NETMAP.oo CCLD libipt_NETMAP.so CC libipt_policy.oo CCLD libipt_policy.so CC libipt_realm.oo CCLD libipt_realm.so CC libipt_recent.oo CCLD libipt_recent.so CC libipt_REDIRECT.oo CCLD libipt_REDIRECT.so CC libipt_REJECT.oo CCLD libipt_REJECT.so CC libipt_SAME.oo CCLD libipt_SAME.so CC libipt_set.oo CCLD libipt_set.so CC libipt_SET.oo CCLD libipt_SET.so CC libipt_SNAT.oo CCLD libipt_SNAT.so CC libipt_ttl.oo CCLD libipt_ttl.so CC libipt_TTL.oo CCLD libipt_TTL.so CC libipt_ULOG.oo CCLD libipt_ULOG.so CC libipt_unclean.oo CCLD libipt_unclean.so CC libip6t_ah.oo CCLD libip6t_ah.so CC libip6t_dst.oo CCLD libip6t_dst.so CC libip6t_eui64.oo CCLD libip6t_eui64.so CC libip6t_frag.oo CCLD libip6t_frag.so CC libip6t_hbh.oo CCLD libip6t_hbh.so CC libip6t_hl.oo CCLD libip6t_hl.so CC libip6t_HL.oo CCLD libip6t_HL.so CC libip6t_icmp6.oo CCLD libip6t_icmp6.so CC libip6t_ipv6header.oo CCLD libip6t_ipv6header.so CC libip6t_LOG.oo CCLD libip6t_LOG.so CC libip6t_mh.oo CCLD libip6t_mh.so CC libip6t_policy.oo CCLD libip6t_policy.so CC libip6t_REJECT.oo CCLD libip6t_REJECT.so CC libip6t_rt.oo CCLD libip6t_rt.so make[3]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77/extensions' make[3]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' CC libiptc/libip4tc.o CC libiptc/libip6tc.o AR libiptc/libiptc.a CC iptables-xml.o CCLD iptables-xml CC iptables-standalone.o CC iptables.o CC xtables.o CCLD iptables CC iptables_multi-iptables-save.o CC iptables_multi-iptables-restore.o CC iptables_multi-iptables-xml.o CC iptables_multi-iptables-standalone.o CC iptables_multi-iptables.o CC iptables_multi-xtables.o CCLD iptables-multi CC iptables-restore.o CCLD iptables-restore CC iptables-save.o CCLD iptables-save CC ip6tables-standalone.o CC ip6tables.o CCLD ip6tables CC ip6tables_multi-ip6tables-save.o CC ip6tables_multi-ip6tables-restore.o CC ip6tables_multi-ip6tables-standalone.o CC ip6tables_multi-ip6tables.o CC ip6tables_multi-xtables.o CCLD ip6tables-multi CC ip6tables-restore.o CCLD ip6tables-restore CC ip6tables-save.o CCLD ip6tables-save make[3]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' make[2]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' make[1]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' make -C xtables-addons-1.5.4.1 all; make[1]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1' make all-recursive make[2]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1' Making all in extensions make[3]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions' make -C /lib/modules/2.6.25.7/build M=/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions XA_TOPSRCDIR=/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1 modules; make[4]: se ingresa al directorio `/usr/src/linux-2.6.25.7/build' make -C /usr/src/linux-2.6.25.7 O=/usr/src/linux-2.6.25.7/build/. modules CC [M] /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.o In file included from /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:17: /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/compat_xtables.h:26:3: warning: #warning You need either CONFIG_NF_CONNTRACK or CONFIG_IP_NF_CONNTRACK. /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c: In function â??logmark_tgâ??: /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:47: error: implicit declaration of function â??nf_ct_getâ?? /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:47: warning: assignment makes pointer from integer without a cast /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:51: error: â??nf_conntrack_untrackedâ?? undeclared (first use in this function) /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:51: error: (Each undeclared identifier is reported only once /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:51: error: for each function it appears in.) /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:54: error: dereferencing pointer to incomplete type /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:62: error: dereferencing pointer to incomplete type /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:62: error: dereferencing pointer to incomplete type /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:64: error: dereferencing pointer to incomplete type /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:64: error: dereferencing pointer to incomplete type /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:68: error: dereferencing pointer to incomplete type /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:72: error: dereferencing pointer to incomplete type /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:74: error: dereferencing pointer to incomplete type /home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.c:76: error: dereferencing pointer to incomplete type make[7]: *** [/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions/xt_LOGMARK.o] Error 1 make[6]: *** [_module_/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions] Error 2 make[5]: *** [sub-make] Error 2 make[4]: *** [all] Error 2 make[4]: se sale del directorio `/usr/src/linux-2.6.25.7/build' make[3]: *** [modules] Error 2 make[3]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1/extensions' make[2]: *** [all-recursive] Error 1 make[2]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1' make[1]: *** [all] Error 2 make[1]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/xtables-addons-1.5.4.1' make: *** [all] Error 2
make -C iptables-1.4.0.77 all; make[1]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' make all-recursive make[2]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' Making all in extensions make[3]: se ingresa al directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77/extensions' CC initext4.o initext4.c:72: error: expected identifier or â??(â?? before â??-â?? token initext4.c:74: error: expected identifier or â??(â?? before â??-â?? token make[3]: *** [initext4.o] Error 1 make[3]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77/extensions' make[2]: *** [all-recursive] Error 1 make[2]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' make[1]: *** [all] Error 2 make[1]: se sale del directorio `/home/dulceangustia/xtables-combined-1.5.4.1/iptables-1.4.0.77' make: *** [all] Error 2