Re: Modules in 2.1.24/modutils 2.1.23

Tom Dyas (tdyas@xenophanes.rutgers.edu)
Thu, 30 Jan 97 1:19:40 EST


> I am happy to report that *most* module-related stuff on my module-heavy
> system has now returned to functionality, with one notable (and, unfortch for
> me, necessary) exception: ppp.
>
> When I try to load the ppp module, i get:
> >
> > ppp.o: unresolved symbol slhc_init_R3e774d97
> > ppp.o: unresolved symbol slhc_free_R24364f62
> > ppp.o: unresolved symbol slhc_uncompress_R4ee5b5ff
> > ppp.o: unresolved symbol slhc_toss_Ra111567b
> > ppp.o: unresolved symbol slhc_remember_R537f5b94
> > ppp.o: unresolved symbol slhc_compress_Rae9e195e
> >

Module symbol versioning may not be working with the latest
kernels/modutils (I may be wrong). Try recompiling your modules
without symbol versioning.

Tom