From: Hari Hendaryanto <hari.h@csmcom.com>
To: netfilter-devel@vger.kernel.org
Subject: xtables-addons searching libipt_*.so instead of libxt_*.so
Date: Fri, 26 Feb 2010 07:48:28 +0700 [thread overview]
Message-ID: <4B871A5C.5010409@csmcom.com> (raw)
I was recently build xtables-addons-1.23
my platform:
fedora 12 x86_64
kernel 2.6.31.12-174.2.22.fc12.x86_64
iptables 1.4.6-2.fc12.x86_64
I configure xtables with
./configure --with-kbuild=/lib/modules/`uname -r`/build
--with-xtlibdir=/lib64/xtables
make
make install
it was compiled cleanly
no error produce until final step.
when i try to load match, i.e geoip match i found this error
iptables v1.4.6: Couldn't load match
`geoip':/lib64/xtables/libipt_geoip.so: cannot open shared object file:
No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
i've check /lib64/xtables and i see libxt_geoip.so is there
why iptables search /lib64/xtables/libipt_geoip.so not
/lib64/xtables/libxt_geoip.so ?
thanks in advance
next reply other threads:[~2010-02-26 0:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-26 0:48 Hari Hendaryanto [this message]
2010-02-26 1:05 ` xtables-addons searching libipt_*.so instead of libxt_*.so Jan Engelhardt
2010-02-26 1:38 ` Hari Hendaryanto
2010-02-26 1:50 ` Hari Hendaryanto
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=4B871A5C.5010409@csmcom.com \
--to=hari.h@csmcom.com \
--cc=netfilter-devel@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.