Can't get networking going on OS/X under MOL

Samuel Rydh mol-general@lists.maconlinux.org
Mon, 30 Jun 2003 11:54:03 +0200


On Sun, Jun 29, 2003 at 09:39:59AM -0700, Douglas Phillipson wrote:
> Digging through more docs I tried "rebuilding" the mol-kmods source rpm 
> with:
> Still get the following when starting mol:
> 
> [root@mol1 root]# startmol -X
> Mac-on-Linux 0.9.68 Copyright (C) 1997-2003 Samuel Rydh
> Starting MOL session 1
> Loading Mac-on-Linux kernel module:
>    /usr/local/lib/mol/0.9.68/modules/2.4.20-8d/mol.o
> /usr/local/lib/mol/0.9.68/modules/2.4.20-8d/mol.o: unresolved symbol 
> force_sig
> /usr/local/lib/mol/0.9.68/modules/2.4.20-8d/mol.o: unresolved symbol __up
> /usr/local/lib/mol/0.9.68/modules/2.4.20-8d/mol.o: unresolved symbol 
> find_vma
> /usr/local/lib/mol/0.9.68/modules/2.4.20-8d/mol.o: unresolved symbol __down
> /usr/local/lib/mol/0.9.68/modules/2.4.20-8d/mol.o: unresolved symbol mem_map
> ====================================================================
>   Failed to load the module - try recompiling the MOL kernel
>   module. Instructions (and information about common problems)
>   are available at <http://www.maconlinux.org>.
> ====================================================================
> 
> Now I know I can re-install YellowDog 3.0 to fix this but I'll still be 
> in the same boat with a lack of networking so I would like to solve 
> this.  Anyone else have this problem?

You are compiling MOL using broken kernel headers. I would recommend
you recompile your kernel (after doing 'make mrproper'). This will
ensure the headers are correct.

Cheers,

/Samuel