All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tomasz Chilinski" <chilek@chilan.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] IPP2P Problem
Date: Thu, 11 Jan 2007 09:01:14 +0000	[thread overview]
Message-ID: <20070111085631.M57993@chilan.com> (raw)
In-Reply-To: <elper3$se7$1@sea.gmane.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

  parent reply	other threads:[~2007-01-11  9:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-13 17:55 [LARTC] ipp2p Problem Arik Raffael Funke
2006-12-13 18:24 ` Kajetan Staszkiewicz
2006-12-15  8:27 ` Ow Mun Heng
2007-01-11  3:26 ` [LARTC] IPP2P Problem Rangi Biddle
2007-01-11  9:01 ` Tomasz Chilinski [this message]
2007-01-11 21:34 ` Tomasz Chilinski
2007-01-18 19:51 ` Rangi Biddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070111085631.M57993@chilan.com \
    --to=chilek@chilan.com \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.