[LARTC] IPP2P Problem

Tomasz Chilinski chilek at chilan.com
Thu Jan 11 10:01:14 CET 2007


On Thu, 11 Jan 2007 16:26:18 +1300, Rangi Biddle wrote
> Hi Guys,

Hi Rangi.

> I am currently using linux kernel 2.6.18.6 + l7filter patch, 
> iptables 1.3.7 and have managed to compile the ipp2p shared object 
> which is now sitting in /lib/iptables.
> 
> However when I run the following I get this following error
> 
> [root at ngen-ap ~]# iptables -m ipp2p --help
> 
> iptables v1.3.7: Couldn't load match `ipp2p'
> 
> Try `iptables -h' or 'iptables --help' for more information.

In ipp2p Makefile find libipt_ipp2p.so make definition and
make sure you've got:
        $(CC) -shared -o libipt_ipp2p.so libipt_ipp2p.o
Probably there's 
        ld -shared -o libipt_ipp2p.so libipt_ipp2p.o
over there and it's mistake.

> Regards,
> Rangi

Bests, Tomasz.



More information about the LARTC mailing list