From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rob Sterenborg" Subject: RE: PATCH-O-MATIC (installation issue) Date: Wed, 29 Mar 2006 20:43:39 +0200 Message-ID: <000101c65360$b200cac0$0101000a@sterenborg.info> References: <01b001c6535f$58aae0b0$1b51200a@corporate.libgo> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <01b001c6535f$58aae0b0$1b51200a@corporate.libgo> 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="us-ascii" To: netfilter@lists.netfilter.org > I am so stupid, I didnt realize that by simply downloading the > package that was the IPTABLES source directory, however when I run > the runme it asks if i want to patch but when I say yes to any of > them it tells me it is missing files.. Any ideas? Yes, well, where did you untar the iptables source ? You have to tell POM where it is, just like it has to know where the kernel-source is. Try running POM like this : KERNEL_DIR=/path/to/kernel-src IPTABLES_DIR=/path/to/iptables-src \ ./runme [base|extra] You have to fill in the real paths, I can't do that for you. Gr, Rob > ----- Original Message ----- > From: "Rob Sterenborg" > To: > Sent: Wednesday, March 29, 2006 1:25 PM > Subject: RE: PATCH-O-MATIC (installation issue) > > >>> I can find the kernerl source but I cannot seem to find the iptables >>> source, and when I point it to the same location as my linux kernel >>> it fails saying it doesnt know the IPTABLES source, does this make >>> sense, and thank you for following up! >> >> Ah, yes you did write that.. Sorry about that. >> All sources are separate packages. I don't know if you have >> installed the iptables source. However, I'd recommend to download >> the source of both iptables and POM snapshots from the ftp site of >> the Netfilter project as you can download more up-to-date sources.