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
>
> [EMAIL PROTECTED] ~]# 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.
_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc