From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Pires Subject: iptables-1.2.8-20030929 does not compile connmark match lib module Date: Tue, 30 Sep 2003 16:22:54 -0300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3F79D80E.2010903@uga.com.br> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.samba.org Well, after compile k2.4.22 with patch-o-matic-20030929 from snapshot I had some problems to compile iptables-1.2.8-20030929. The match lib module libipt_connmark didn't compile. iptables-1.2.8-20030929 seens to lack some .xxx-test file in extensions after I check this I found missing the following files: .NETLINK.test .connmark-test Then I just put these files from iptables-1.2.8.tar.bz2 package to extensions dir of iptables-1.2.8-20030929 package and everything compiled well. []s Carlo