From: Eric Leblond <eric@regit.org>
To: "Jee J.Z." <jz105@york.ac.uk>
Cc: netfilter@lists.netfilter.org
Subject: Re: problem with trying the example
Date: Mon, 01 Dec 2003 09:00:52 +0100 [thread overview]
Message-ID: <1070265652.29823.3.camel@porky> (raw)
In-Reply-To: <00a201c3b7ad$06b73100$cb0210ac@jz105>
[-- Attachment #1: Type: text/plain, Size: 495 bytes --]
Le lun 01/12/2003 à 02:47, Jee J.Z. a écrit :
> Hi all,
>
> I am new to netfilter and even linux. I just wish to try the example code in the man page of libipq (I saved it as test.c and have compiled it to test.o). But when I make it: #cc test.o -o test, the following errors showed up:
>
> [root@kite1 netfilter]# cc test.o -o test
you need to link with the libipq library :
cc test.o -o test -lipq
--
Eric Leblond
Nufw, Now User Filtering Works (http://www.nufw.org)
[-- Attachment #2: Ceci est une partie de message numériquement signée. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2003-12-01 8:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-01 1:47 problem with trying the example Jee J.Z.
2003-12-01 8:00 ` Eric Leblond [this message]
2003-12-01 15:47 ` Jee J.Z.
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=1070265652.29823.3.camel@porky \
--to=eric@regit.org \
--cc=jz105@york.ac.uk \
--cc=netfilter@lists.netfilter.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.