On Sat, 30 Dec 2006, Jan Engelhardt wrote:

> 
> >make -C ../../../linux-2.6.13-15.13 
> >O=../linux-2.6.13-15.13-obj/i386/default mod ules
> >  CC [M]  /home/lucky/ipp2p-0.8.2/ipt_ipp2p.o
> >  Building modules, stage 2.
> >  MODPOST
> >  CC      /home/lucky/ipp2p-0.8.2/ipt_ipp2p.mod.o
> >  LD [M]  /home/lucky/ipp2p-0.8.2/ipt_ipp2p.ko
> >make[1]: Leaving directory `/usr/src/linux-2.6.13-15.13-obj/i386/default'
> >gcc -O3 -Wall -DIPTABLES_VERSION=\"1.3.3\" -I/include -fPIC -c 
>                                             ^^^^^^^^^^
> 
> Perhaps fix the makefile.
>
Which would appear to require the iptables source: (from Makefile)

ifeq ($(IPTABLES_SRC),)
$(warning You need to install iptables sources and maybe set IPTABLES_SRC)
endif

IPTABLES_INCLUDE = -I$(IPTABLES_SRC)/include

...

libipt_ipp2p.so: libipt_ipp2p.c ipt_ipp2p.h
        $(CC) $(CFLAGS) $(IPTABLES_OPTION) $(IPTABLES_INCLUDE) -fPIC -c 
libipt_ipp2p.c
        ld -shared -o libipt_ipp2p.so libipt_ipp2p.o

 
Thank you,
Lucky
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to