login
Header Space

 
 

2.6.11-rc2 does not compile

January 22, 2005 - 4:45pm
Submitted by Anonymous on January 22, 2005 - 4:45pm.
Linux

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

January 22, 2005 - 6:10pm
Anonymous (not verified)

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

January 22, 2005 - 11:05pm
Anonymous (not verified)

thanks for the link. fixed it perfectly. =)

vi include/linux/netfilter_ipv4/ip_conntrack_tftp.h

January 25, 2005 - 8:44pm
Anonymous (not verified)

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)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
speck-geostationary