[OpenAFS] Re: OpenAFS for x86 solaris 8

Alan Meadows alan@sunwave.com
Mon, 01 Jul 2002 00:13:11 -0700


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?

I apologize for all the trouble.

Alan Meadows
alan@sunwave.com



At 12:04 AM 7/1/2002, you wrote:
>On Sun, 30 Jun 2002, Alan Meadows wrote:
>
> > # modload /kernel/fs/afs
> >  > Jun 30 23:52:05 unknown krtld: [ID 995402 kern.notice] /kernel/fs/afs:
> > undefined symbol 'sscanf'
> >  > Jun 30 23:52:05 unknown krtld: [ID 472681 kern.notice] WARNING:
> > mod_load: cannot load module 'afs'
>
> > Any ideas?
>
>sure, it means exactly what it says, but it does imply you copied the
>wrong thing to /kernel/fs/afs; nothing in the kernel module should be
>trying to use scanf(). did you copy
>root.client/usr/vice/etc/modload/libafs.nonfs.o to /kernel/fs/afs?