[OpenAFS-devel] Symbol memcpy not found?
Adam Thornton
adam@fsf.net
Thu, 14 Dec 2000 00:20:59 -0600
When I try to load the libafs module under Linux/390 2.2.16-MP (compiled
from Neale Ferguson's patches), I get:
lgate-is:/usr/local/src/openafs-1.0.1/src # insmod -v /usr/vice/etc/modload/libafs-2.2.16.mp.o
Using /usr/vice/etc/modload/libafs-2.2.16.mp.o
Symbol version prefix 'smp_'
/usr/vice/etc/modload/libafs-2.2.16.mp.o: unresolved symbol memcpy
memcpy is part of libc, isn't it?
However, I don't necessarily want to be linking libc in a kernel module,
do I? So should the kernel be exporting memcpy and isn't? Or what?
Where should I be picking up my memcpy implementation from? Or am I
*really* looking for smp_memcpy? I'm baffled.
Adam