From: "Jee J.Z." <jz105@york.ac.uk>
To: Eric Leblond <eric@regit.org>
Cc: netfilter@lists.netfilter.org
Subject: Re: problem with trying the example
Date: Mon, 1 Dec 2003 15:47:17 -0000 [thread overview]
Message-ID: <000f01c3b822$66414be0$68892090@grouse> (raw)
In-Reply-To: 1070265652.29823.3.camel@porky
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: ATT00008.txt --]
[-- Type: text/plain, Size: 780 bytes --]
Hi Eric,
Thank you very much. I went through the link process, but when I execute the program:
./test
The following occurs:
passer: Failed to send netlink message: Connection refused
Could you point out for me how I can solve it again? Cheers!
Regards,
Ji
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)
prev parent reply other threads:[~2003-12-01 15:47 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
2003-12-01 15:47 ` Jee J.Z. [this message]
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='000f01c3b822$66414be0$68892090@grouse' \
--to=jz105@york.ac.uk \
--cc=eric@regit.org \
--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.