Jay Kelly wrote: > > I am having problems with recompiling my kernel. I had kernel 2.2.12 and > recompiled it to thw same 2.2.12 but to include ip_masquerading. Now when I > boot I see > > depmod: *** Unresolved symbols in /lib/modules/2.2.12/ipv4/ip_masq_quake.o > depmod: *** Unresolved symbols in /lib/modules/2.2.12/ipv4/ip_masq_vdolive.o > depmod: *** Unresolved symbols in /lib/modules/2.2.12/ipv4/ip_masq_cuseeme.o > > What do I need to do to fix this?
this looks like you forgot to make modules?, make modules install? either that, or old modules left over from the previous build. ron