On Tue, 8 Dec 1998, Charles E. Gelm wrote:

> I am running an IP-MASQuerade with Slackware 3.5.0.  I
> 
> make mrproper
> make config
> make dep clean
> make zlilo
> make modules modules_install
> 
>  Why does
> depmod -a
>  return unresolved sysbols for things I did not select in make config?
> I don't (think I) want any of these modules:

You didn't compile the modules, so they are still there from the Slackware
installation, and they don't match the current kernel. Try rmeoving the
/lib/modules/2.0.34 directory and repeating the make modules_install step.
This should reinstall the modules you need.

Frank

> /lib/modules/2.0.34/fs/nls.o: unresolved symbol(s) 
> /lib/modules/2.0.34/fs/ncpfs.o: unresolved symbol(s)
> /lib/modules/2.0.34/misc/ipx.o: unresolved symbol(s)
> /lib/modules/2.0.34/misc/appletalk.o: unresolved symbol(s)
> /lib/modules/2.0.34/misc/psaux.o: unresolved symbol(s)
> /lib/modules/2.0.34/misc/msbusmouse.o: unresolved symbol(s)
> /lib/modules/2.0.34/misc/busmouse.o: unresolved symbol(s)
> /lib/modules/2.0.34/misc/atixlmouse.o: unresolved symbol(s)
> /lib/modules/2.0.34/net/dlci.o: unresolved symbol(s)
> /lib/modules/2.0.34/net/ibmtr.o: unresolved symbol(s)
> /lib/modules/2.0.34/block/raid0.o: unresolved symbol(s)
> /lib/modules/2.0.34/block/linear.o: unresolved symbol(s)
> /lib/modules/2.0.34/ipv4/ip_alias.o: unresolved symbol(s)
> 
> :-|
> Chuck
> 

Reply via email to