Eugene Danilchenko (eugene _at_ kriljon.ru) said:
> cd /lib/modules/2.4.1; \
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1; fi
> depmod: *** Unresolved symbols in /lib/modules/2.4.1/kernel/fs/binfmt_elf.o
> depmod: get_pte_slow
> depmod: __handle_bad_pmd
>
> System: RedHat 6.2
> on system installed:
> modutils-2.4.2-1
>
> What does it mean.
It means that compiling ELF binary support as a module doesn't work right.
> and what have i to do to avoid it?
Compile it in (CONFIG_BINFMT_ELF=y). If you're using Red Hat Linux 6.2,
compiling it as a module is an incredibly bad idea anyway.
Bill
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Follow-Ups:
- Re: unresloved symbols in 2.4.1Jeff Garzik <jgarzik _at_ mandrakesoft.com>
- unresloved symbols in 2.4.1Eugene Danilchenko <eugene _at_ kriljon.ru>
- Prev by Date: unresloved symbols in 2.4.1
- Next by Date: Re: eepro100.c, kernel 2.4.1
- Prev by thread: unresloved symbols in 2.4.1
- Next by thread: Re: unresloved symbols in 2.4.1
- Indexes:[Main][Thread]