[OpenAFS-devel] OpenAFS on RedHat 2.2.19-6.2.7enterprise kernel??

Derrick J Brashear shadow@dementia.org
Thu, 30 Aug 2001 15:26:22 -0400 (EDT)


On Thu, 30 Aug 2001, Alf Wachsmann wrote:

> On Thu, 30 Aug 2001, Derrick J Brashear wrote:
> > What are they, and more importantly are the kernel headers you built
> > against configured for enterprise? Consider doing
> > make mrproper
> > cp configs/(whatever) .config
> > make oldconfig
> > make dep
> >
> > and then building your kernel module
>
> I tried that with the same result.

Ok, then let's try something:

> Here is the list of undefined symbols:
>
> # /sbin/insmod -P smp -f -m libafs-2.2.19-6.2.7.mp.o
> libafs-2.2.19-6.2.7.mp.o: unresolved symbol d_instantiate_Rsmp533d56fc

grep d_instantiate /path/to/your/kernel/source/include/linux/modules/*
grep d_instantiate /proc/ksyms

if it's the same kernel they should match.

-D