From owner-freebsd-current@FreeBSD.ORG Sat Jun 10 18:08:20 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF8C716A6B8; Sat, 10 Jun 2006 18:08:20 +0000 (UTC) (envelope-from yoichi@FreeBSD.org) Received: from alcoholic.geiin.org (59x87x89x234.ap59.ftth.ucom.ne.jp [59.87.89.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2243343D99; Sat, 10 Jun 2006 18:08:20 +0000 (GMT) (envelope-from yoichi@FreeBSD.org) Received: from localhost.geiin.org (localhost [127.0.0.1]) by alcoholic.geiin.org (Postfix) with ESMTP id D0A64154341; Sun, 11 Jun 2006 03:08:20 +0900 (JST) Date: Sun, 11 Jun 2006 03:08:19 +0900 Message-ID: <87lks4anos.wl%yoichi@FreeBSD.org> From: Yoichi Nakayama To: freebsd-current@freebsd.org,delphij@FreeBSD.org In-Reply-To: <87mzckaosb.wl%yoichi@FreeBSD.org> References: <87mzckaosb.wl%yoichi@FreeBSD.org> User-Agent: Wanderlust/2.15.3 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) FLIM/1.14.8 (=?ISO-2022-JP?B?GyRCO00+chsoQg==?=) APEL/10.6 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) Organization: Geiin.org X-Face: wLZki+KbGjgKe0,<&3g*rA|R**vj[a8L%[v]ecJh1L(Uqm|LBx; v7Nq7n%?0d.aS]F#[~C\!{m?m,C&#U5}$_pZvBR>5VmX1Ol0`P\M-U8`sUF<5Quj'z&zzW8r|Zl9#W7Wut3duYzpKrP{n+AbarKtJ!i"Al7]P; -?[=iBZa*]r=>C':0~JECx]IH+RXq=/hUX}MB9e]oQKBxsDd/ X-SKK: Daredevil SKK/13.0.90 (Hattori) MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Cc: Subject: Re: shared libarary not placed in /lib X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 18:08:20 -0000 At Sun, 11 Jun 2006 02:44:36 +0900, Yoichi Nakayama wrote: > I've updated FreeBSD from 6.1R to current and noticed that > libutil.so.6 needed by getty, etc is not placed in /lib > but in /usr/lib, and startup failed. > # Then I booted the machine in single user mode and copied > # libutil.so.6 from /usr/lib. > > I found "make -n install" in src/lib/libutil shows > install -s -o root -g wheel -m 444 libutil.so.6 /usr/lib > on current. The line "SHLIBDIR?= /lib" in Makefile have no effect? I found src/lib/libutil/Makefile rev 1.61 changes the behavior. Including bsd.own.mk did define SHLIBDIR before "SHLIBDIR?= /lib". Regards, -- Yoichi NAKAYAMA