From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [ANNOUNCE]: Release of iptables-1.4.9 Date: Tue, 03 Aug 2010 19:05:39 +0200 Message-ID: <4C584C63.8010607@trash.net> References: <4C5832F9.50004@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist , Linux Netdev List , "'netfilter@vger.kernel.org'" , netfilter-announce@lists.netfilter.org To: "Gabor Z. Papp" Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Am 03.08.2010 18:34, schrieb Gabor Z. Papp: > * Patrick McHardy : > > | iptables version 1.4.9 > > ... > libiptc/.libs/libip4tc.a extensions/libext4.a ./.libs/libxtables.a -lm > collect2: ld terminated with signal 11 [Segmentation fault] > extensions/libext4.a(initext4.o): In function `init_extensions': > /home/gzp/src/iptables-1.4.9/extensions/initext4.c:138: undefined reference to `libxt_TEE_init' > make[2]: *** [iptables-multi] Error 1 Did you use a git checkout/patch against 1.4.8 or the tar.bz2? In case its the former, try running make clean, sh autogen.sh and sh configure again before the build.