From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Wolter Subject: Re: Embedded system and shared libs Date: Mon, 20 Jun 2005 15:05:11 +0200 Message-ID: <86is09rxfc.fsf@erwin.inf.tu-dresden.de> References: <1119009815.3521.33.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1119009815.3521.33.camel@localhost.localdomain> (ma.alvarez@usyscom.com's message of "Fri, 17 Jun 2005 14:03:35 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="iso-8859-1" To: =?iso-8859-1?q?Miguel_=C1ngel_=C1lvarez_Cabanes?= Cc: netfilter@lists.netfilter.org Miguel =C1ngel =C1lvarez Cabanes writes: > - If I try to build iptables without NO_SHARED_LIBS and copy the > libipt*.so to /lib/iptables on my system, I can test the tables > (iptables -t nat -L), but I cannot do MASQUERADE or so... I obtain: > > "iptables v1.3.0: Couldn't load target `MASQUERADE':File not found > > Try `iptables -h' or 'iptables --help' for more information." The default location for the iptables shared objects is /usr/local/lib/iptables, did you change this? have you tried to use strace to find out where iptables looks for the shared object files? regards, Jean