From owner-freebsd-current@FreeBSD.ORG Tue Oct 5 09:08:23 2004 Return-Path: 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 38E1916A4CE for ; Tue, 5 Oct 2004 09:08:23 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED01943D41 for ; Tue, 5 Oct 2004 09:08:22 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 10995530A; Tue, 5 Oct 2004 11:08:22 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 316A15312; Tue, 5 Oct 2004 11:08:15 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 0C927B85E; Tue, 5 Oct 2004 11:08:15 +0200 (CEST) To: Andrew Wiles References: <41621E23.7080103@jara23.co.uk> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 05 Oct 2004 11:08:14 +0200 In-Reply-To: <41621E23.7080103@jara23.co.uk> (Andrew Wiles's message of "Tue, 05 Oct 2004 05:08:03 +0100") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: freebsd-current@freebsd.org Subject: Re: PPP/su startup error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 05 Oct 2004 09:08:23 -0000 Andrew Wiles writes: > Since just prior to the new pfil hooks commit and with 5.3-BETA7 I now > get the following error on boot: > > Starting ppp as "root" > /libexec/ld-elf.so.1: > Shared object "libintl.so.6" not found, required by "su" libintl.so.6 is part of the devel/gettext port. You probably have a third-party su in /usr/local/bin which requires gettext, but for some reason gettext is missing. What do the following commands show? ldd /usr/bin/su ldd /usr/local/bin/su pkg_which /usr/local/bin/su DES --=20 Dag-Erling Sm=F8rgrav - des@des.no