Page 1 of 1
Unresolved Symbols
Posted:
Tue Feb 04, 2003 6:49 pm
by Sapient2003
I get errors like "depmod: *** Unresolved symbols in /lib/modules/2.4.20-grsec/kernel/net/ipv6/netfilter/ip6table_mangle.o" when compiling. I do not have a clue on how to resolve this. Any help appriciated.
Posted:
Tue Feb 04, 2003 8:44 pm
by spender
could you please paste the complete message? the information i need is what symbols it says are unresolved.
-Brad
Posted:
Wed Feb 05, 2003 7:12 pm
by Sapient2003
That was the complete error. Many more like it, but doesn't elaberate any further.
Posted:
Wed Feb 05, 2003 7:26 pm
by spender
what was the command you used to compile your kernel?
Did this happen with an unpatched kernel also?
Did it happen if you disabled the random networking code?
-Brad
Posted:
Thu Feb 06, 2003 6:27 pm
by Sapient2003
Right now I am using MDK 9.0. I tried to compile the kernel sources of grsecurity and the kernel source on the MDK CD. Both give me that "Unresolved symbol" error in things other then the IP stuff. I use, in order, make dep, make bzImage, make modules, make modules_install.
Posted:
Thu Feb 06, 2003 6:57 pm
by spender
try rebooting with the new kernel, then do the make modules modules_install
-Brad