[OpenAFS-devel] Symbol memcpy not found?

Adam Thornton adam@fsf.net
Thu, 14 Dec 2000 00:49:59 -0600


On Wed, Dec 13, 2000 at 09:31:25PM -0800, Jeffrey Hutzelman wrote:
> nm /usr/vice/etc/modload/libafs-2.2.16.mp.o | grep memcpy
> grep memcpy /proc/ksyms
> 
> I bet you find that the requested symbol differs from the one available in
> the kernel only in version and/or SMP-ness.

lgate-is:/usr/local/src/openafs-1.0.1/src # nm /usr/vice/etc/modload/libafs-2.2.16.mp.o | grep memcpy
         U memcpy
lgate-is:/usr/local/src/openafs-1.0.1/src # grep memcpy /proc/ksyms 
000ae820 memcpy_fromiovec
000ae7c0 memcpy_tokerneliovec
000ae708 memcpy_toiovec


So the kernel isn't actually exporting memcpy, it looks like.  Thus, I
should just need to define it, rebuild the kernel, and report this as a
bug to the L/390 developers.

Adam