| To: | "Rangi Biddle" <rangi@ngen.net.nz> |
|---|---|
| Subject: | Re: [LARTC] IPP2P Problem |
| From: | "Tomasz Chilinski" <chilek@chilan.com> |
| Date: | Thu, 11 Jan 2007 10:01:14 +0100 |
| Cc: | lartc@mailman.ds9a.nl |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | lartc-list@securepoint.com |
| Delivered-to: | lartc@outpost.ds9a.nl |
| In-reply-to: | <00a401c73530$44ae1470$0101010a@lamachine> |
| List-archive: | <http://mailman.ds9a.nl/pipermail/lartc> |
| List-help: | <mailto:lartc-request@mailman.ds9a.nl?subject=help> |
| List-id: | "Mailinglist of the Linux Advanced Routing & Traffic Control project" <lartc.mailman.ds9a.nl> |
| List-post: | <mailto:lartc@mailman.ds9a.nl> |
| List-subscribe: | <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe> |
| List-unsubscribe: | <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe> |
| References: | <00a401c73530$44ae1470$0101010a@lamachine> |
| Sender: | lartc-bounces@mailman.ds9a.nl |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [LARTC] IPP2P Problem, Rangi Biddle |
|---|---|
| Next by Date: | [LARTC] help, Darius Evseicikas |
| Previous by Thread: | [LARTC] IPP2P Problem, Rangi Biddle |
| Next by Thread: | RE: [LARTC] IPP2P Problem, Tomasz Chilinski |
| Indexes: | [Date] [Thread] [Top] [All Lists] |