From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tomasz Chilinski" Date: Thu, 11 Jan 2007 09:01:14 +0000 Subject: Re: [LARTC] IPP2P Problem Message-Id: <20070111085631.M57993@chilan.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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@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. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc