Gentoo Archives: gentoo-dev

From: "Bruce A. Locke" <blocke@××××××.org>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] iptables directory
Date: Sun, 23 Dec 2001 04:50:58
Message-Id: 1009104669.13876.0.camel@kodiak.chronospace.org
In Reply to: Re: [gentoo-dev] iptables directory by Daniel Robbins
1 On Sat, 2001-12-22 at 10:56, Daniel Robbins wrote:
2 > On Thu, Dec 20, 2001 at 03:03:02PM +0200, Vitaly Kushneriuk wrote:
3 > > Hi.
4 > > As iptables can be called from /etc/init.d/ scripts and is essential for
5 > > system startup, it should go to /sbin and not to /usr/sbin
6 >
7 > OK; I just fixed this in iptables-1.2.4-r1. It should be showing up on
8 > rsync soon.
9
10 It appears broke on my system. I unmerged all previous versions of
11 iptables and merged the most current and now I get fun stuff like this:
12
13 --- snip ---
14 iptables v1.2.4: Couldn't load target
15 `standard':/usr/lib/iptables/libipt_standard.so: cannot open shared
16 object file: No such file or directory
17
18 Try `iptables -h' or 'iptables --help' for more information.
19
20 iptables v1.2.4: Couldn't load target
21 `MASQUERADE':/usr/lib/iptables/libipt_MASQUERADE.so: cannot open shared
22 object file: No such file or directory
23
24 Try `iptables -h' or 'iptables --help' for more information.
25 --- snip ---
26
27 Creating a symlink from /usr/lib/iptables to /lib/iptables makes it work
28 again but obviously its not the correct solution... is /usr/lib
29 hardcoded into iptables? the ebuild seems fine, etc.
30
31
32 --
33
34 Bruce A. Locke
35 blocke@××××××.org
36
37 "Those that would give up a necessary freedom for temporary
38 safety deserve neither freedom nor safety."
39 -- Ben Franklin

Replies

Subject Author
Re: [gentoo-dev] iptables directory Martin Schlemmer <azarah@g.o>