[OpenAFS] Re: OpenAFS for x86 solaris 8

Derrick J Brashear shadow@dementia.org
Mon, 1 Jul 2002 03:14:35 -0400 (EDT)


On Mon, 1 Jul 2002, Alan Meadows wrote:

> Hi Derrick,
> 
> I am sure I copied the right file: 
> /export/home/meadows/openafs-snap-2002-06-30/sunx86_58/dest/root.client/usr/vice
> /etc/modload/libafs.nonfs.o to /kernel/fs/afs
> 
> Any idea what I could of done wrong or what may have gone wrong with the 
> build to cause sscanf() to appear in the kernel module?

not particularly, but if you cd into src/libafs/MODLOAD (or is it
MODLOAD32)
and (assuming csh)
foreach i (*.o)
echo $i
nm $i|grep sscanf
end

and see what file has it that at least gives a clue