Re: 2.6.4 install bug

From: David Howells
Date: Tue Mar 16 2004 - 04:55:08 EST



Hi Joshua,

> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.4; fi
> WARNING: /lib/modules/2.6.4/kernel/fs/afs/kafs.ko needs unknown symbol
> rxrpc_call_read_data

Can you check that CONFIG_RXRPC was set to "m" or "y" in .config? It should be
turned on automatically if CONFIG_AFS_FS is turned on - in exactly the same
way that CONFIG_NFS turns on CONFIG_SUNRPC (at least, that's how it's set up
in fs/Kconfig).

If it is turned on, can you check to see whether net/rxrpc/rxrpc.ko was (a)
built and (b) installed?

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/