Kernel compilation error
Hello, I upgraded 2.4.21 kernel with latest tproxy patch but compilation process returns follownig error: ip_nat_h323.c: In function `h225_nat_expected': ip_nat_h323.c:135: too few arguments to function `ip_nat_setup_info_R4b726ec1' make[2]: *** [ip_nat_h323.o] Error 1 make[2]: Leaving directory `/home/src/linux-2.4.21/net/ipv4/netfilter' make[1]: *** [_modsubdir_ipv4/netfilter] Error 2 make[1]: Leaving directory `/home/src/linux-2.4.21/net' make: *** [_mod_net] Error 2 In configure I removed from options to compile h323 module but error appeared in other module, also remover but error still appears... What it can be ? Regards, tw --
On Mon, Sep 01, 2003 at 08:47:39PM +0200, Tomasz Wrona wrote:
Hello,
I upgraded 2.4.21 kernel with latest tproxy patch but compilation process returns follownig error:
ip_nat_h323.c: In function `h225_nat_expected': ip_nat_h323.c:135: too few arguments to function `ip_nat_setup_info_R4b726ec1' make[2]: *** [ip_nat_h323.o] Error 1 make[2]: Leaving directory `/home/src/linux-2.4.21/net/ipv4/netfilter' make[1]: *** [_modsubdir_ipv4/netfilter] Error 2 make[1]: Leaving directory `/home/src/linux-2.4.21/net' make: *** [_mod_net] Error 2
In configure I removed from options to compile h323 module but error appeared in other module, also remover but error still appears...
the tproxy patch adds an additional argument to the ip_nat_setup_info() call. the modules in the vanilla kernel are updated accordingly but if you add modules from the patch-o-matic you must update the ip_nat_setup_info() call yourself. To do this simply add a 0 as the last argument to all ip_nat_setup_info() invocations. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Tomasz Wrona