Hello
Yes I have tried also that patch for iptables 1.4.0 Gerardo mentioned in his post
Where are you blocked in Gerardo's 7 items procedure ?
I can do steps 1-4 with no problem
Here is a clip of modded Makefile *only the last rows of it, but the rest is the same thna before.. right, so it looks ok..
libipt_ipp2p.so: libipt_ipp2p.c ipt_ipp2p.h
$(CC) $(CFLAGS) $(IPTABLES_OPTION) $(IPTABLES_INCLUDE) -fPIC -c libipt_ipp2p.c
$(CC) -shared -o libipt_ipp2p.so libipt_ipp2p.o
clean:
-rm -f *.o *.so *.ko .*.cmd *.mod.c
endif
But when I do that make, it just gives those errors, I posted earlier...
I have also tried some other ipp2p kernel patches and then make it just gives me another errors

What Am I doing wrong ...
The not so funny thing is that I have been strugling with this ipp2p for many days now, and once got it to work with this kernel, but then i had to re-partition my hardrive with live cd and the whole ubuntu died so I had to reinstall ubuntu and there went the succesfully compiled ipp2p files

and now I cant seem to install it succesfully anymore
Any help/suggestions..
Any help highly appreciated
EDIT: Are you running linux-image-2.6.22-14-generic ? or another one?
Do you have linux-source 2.6.22-14 (according to your kernel image) installed?
Do you have iptables 1.4.0 source installed?
Yes I am running 2.6.22-14-generic
I have dloaded and untarred wget
http://www.kernel.org/pub/linux/kern....22/14.tar.bz2
and
wget
http://iptables.org/projects/iptable...bles-1.4.0.tar.
and made sy link to it ln -s iptables-1.4.0 iptables
and also did before trying to install ipp2p
apt-get update
apt-get install build-essential
apt-get install kernel-package
apt-get install libncurses5-dev
Any help..