Subject: Re: xload problems with recent NetBSD-current
To: None <netbsd-help@NetBSD.ORG>
From: None <is@Beverly.Rhein.DE>
List: netbsd-help
Date: 03/07/1997 10:00:30
Paul M. Newhouse (pimin@a.crl.com) wrote:
: I'm running a NetBSD-current (about a month old).  When I run
: xload I get:
: 
: xload: can't open kvm files hX?wnX?wtX?w
: 
: what am I doing wrong?  This worked before I installed the 
: above mentioned current?

Hm...

if xload is linked dynamically against libkvm (check with 
ldd `which xload`) you need to install the libkvm of the same date as
your kernel.

If it is statically linked, you need to re-link it after installing the
libkvm of the same date as your kernel.

It even might be that you need to completely recompile it, after also
installing the includes of the same date as your kernel.

Regards,
	-is