[OpenAFS] Re: OpenAFS for x86 solaris 8
Alan Meadows
alan@sunwave.com
Mon, 01 Jul 2002 00:31:19 -0700
Derrick,
# pwd
> /export/home/meadows/openafs-snap-2002-06-30/src/libafs/MODLOAD
# /usr/ccs/bin/nm -r *.o | grep sscanf
> [33] | 0| 0|NOTY |GLOB |0 |UNDEF |afs_uuid.o:sscanf
> [1214] | 0| 0|NOTY |GLOB
|0 |UNDEF |libafs.nonfs.o:sscanf
Does this shed any light?
Alan Meadows
alan@sunwave.com
At 12:14 AM 7/1/2002, you wrote:
>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