public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* depmod -a: unresolved symbols
@ 2001-08-20 14:35 VDA
  2001-08-21  4:40 ` Keith Owens
  0 siblings, 1 reply; 4+ messages in thread
From: VDA @ 2001-08-20 14:35 UTC (permalink / raw)
  To: linux-kernel

Hi,

Looks like it gonna be a silly question.
I am getting some messages about unresolved symbols from depmod -a
each time I boot. Thought that is harmless until today.

Now I'm trying to set up an NFS and "modprobe nfsd" fails:
nfsd.o: unresolved symbol nfsd_linkage

In kernel sources I see:
nfsd_linkage defined and EXPORT_SYMBOLed in fs/filesystems.c
(linked in vmlinux and bzimage, I see it in System.map),
referenced from fs/nfsd/nfsctl.c (later linked into nfsd.o)
So, why modprobe can't see it?

kernel: 2.4.5
I did
make dep && \
make clean && \
make bzImage && \
make modules && \
make modules_install

Please CC me. I'm not on the list.
-- 
Best regards,
 VDA                          mailto:VDA@port.imtp.ilyichevsk.odessa.ua



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-08-21 23:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-20 14:35 depmod -a: unresolved symbols VDA
2001-08-21  4:40 ` Keith Owens
2001-08-21 13:27   ` Re[2]: " VDA
2001-08-21 23:37     ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox