From owner-freebsd-current Mon Dec 9 11:15:21 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA22856 for current-outgoing; Mon, 9 Dec 1996 11:15:21 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA22851 for ; Mon, 9 Dec 1996 11:15:18 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA01043; Mon, 9 Dec 1996 11:54:08 -0700 From: Terry Lambert Message-Id: <199612091854.LAA01043@phaeton.artisoft.com> Subject: Re: w To: uh@sed.cs.fsu.edu (Gang-Ryung Uh) Date: Mon, 9 Dec 1996 11:54:07 -0700 (MST) Cc: current@FreeBSD.ORG In-Reply-To: <199612090224.CAA05321@sed.cs.fsu.edu> from "Gang-Ryung Uh" at Dec 8, 96 09:24:44 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I downloaded freebsd-current at Dec 8, made world, and make > kernel. Now, I have a couple of problems. First, "w" seems > to be broken. Second, "kaffe" is not working... > > Would you tell me what I have done wrong? > Thanks. You did not recompile all of the programs which include utmp.h. Sidebar: I really like the idea of providing a get/put interface, like the fstab stuff, for utmp/wtmp. That way we can change the shared library and the programs won't need recompiling. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.