From mboxrd@z Thu Jan 1 00:00:00 1970 From: Filip Sneppe Subject: Re: compilation problem with cuseeme patch. Date: 15 Feb 2004 14:41:38 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1076852498.12832.2.camel@exile> References: <1076587638.1004.49.camel@krishnap> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1076587638.1004.49.camel@krishnap> 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" To: Krishna Prasanth P Cc: netfilter@lists.netfilter.org On Thu, 2004-02-12 at 13:06, Krishna Prasanth P wrote: > Hi!! > I'm trying to use cuseeme patch with netfilter and downloaded the patch > from the cvs repository. > While building the kernel with the new patch, i'm not able to do > linking. The reason is the cuseeme(ip_nat_cuseeme.c) is using function > ip_nat_mangle_udp_packet() function which is not defined. > > Please let me know, if i'm missing some other things while adding the > patch. > Hi Krishna, You will need at least kernel version 2.4.20 + the "03_2.4.21.patch" from patch-o-matic/submitted/ for this to compile and work correctly. ip_nat_mangle_udp_packet entered the kernel somewhere between 2.4.20 and 2.4.21 and is needed by the cuseeme nat module. regards, Filip