Is anyone else getting this?
LD net/ipv4/netfilter/built-in.o
net/ipv4/netfilter/ip_nat_tftp.o(.bss+0x0): multiple definition of `ip_nat_tftp_hook'
net/ipv4/netfilter/ip_conntrack_tftp.o(.bss+0x0): first defined here
make[3]: *** [net/ipv4/netfilter/built-in.o] Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
text here
you're not the only one:
http://lkml.org/lkml/2005/1/22/54
(wait for the first bk-patch... it should fix it...)
excellent
thanks for the link. fixed it perfectly. =)
vi include/linux/netfilter_ipv4/ip_conntrack_tftp.h
debian:~# vi include/linux/netfilter_ipv4/ip_conntrack_tftp.h
At line 16,
unsigned int ...
change it like below,
extern unsigned int ...
debian:~# make;make install;make modules_install;reboot
--
Linux debian 2.6.11-rc2-bk3, gcc (GCC) 4.0.0 20050123 (experimental)