Here're the relevant settings (AFAIK):
CONFIG_NFS_FS=m
# CONFIG_NFS_V3 is not set
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=m
# CONFIG_NFSD_V3 is not set
and here's the complaint from "make modules_install"
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.1; fi
depmod: *** Unresolved symbols in /lib/modules/2.5.1/kernel/fs/nfs/nfs.o
depmod: seq_escape
depmod: seq_printf
make: *** [_modinst_post] Error 1
On Tue, 18 Dec 2001, David Relson wrote:
> and here's the complaint from "make modules_install"
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.1; fi
> depmod: *** Unresolved symbols in /lib/modules/2.5.1/kernel/fs/nfs/nfs.o
> depmod: seq_escape
> depmod: seq_printf
Fixed in -dj3 (url in other mail).
(If you don't want it all, just take the hunk that
adds exports of these functions)
Dave.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
Dave,
That fixed it very nicely. Thanks.
David
At 11:55 AM 12/18/01, you wrote:
>On Tue, 18 Dec 2001, David Relson wrote:
>
> > and here's the complaint from "make modules_install"
> > if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.1; fi
> > depmod: *** Unresolved symbols in /lib/modules/2.5.1/kernel/fs/nfs/nfs.o
> > depmod: seq_escape
> > depmod: seq_printf
>
>Fixed in -dj3 (url in other mail).
>(If you don't want it all, just take the hunk that
> adds exports of these functions)
>
>Dave.
>
>--
>| Dave Jones. http://www.codemonkey.org.uk
>| SuSE Labs