mol and unresolved symbols

mol-general@lists.maconlinux.org mol-general@lists.maconlinux.org
Sat, 3 Aug 2002 18:09:59 +0200


On Fri, Aug 02, 2002 at 04:24:57PM +0200, Aaron J. Windsor wrote:
> Hi John,
> 
> Thanks for the response. Previously, I had also tried compiling the 
> kernel module from the tar.gz file. However, having received your 
> advice, I decided to give it one more shot, just in case. 
> Unfortunately, I still get the same message when I try to start mol. 
> Thanks again and have a nice weekend.
> 

The kernel you are using seems to have been compiled without
xmon support while your kernel headers indicate that xmon
should be used. To resolve this, do something like

	cd /usr/src/linux	(or whatever kernel source you are using)
	make menuconfig
	... turn off xmon ...
	make dep

Cheers,

/Samuel