From owner-freebsd-current@FreeBSD.ORG Tue Oct 5 15:45:00 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 4F13C16A4CF for ; Tue, 5 Oct 2004 15:45:00 +0000 (GMT) Received: from skynet.asgard.jara23.co.uk (asgard.jara23.co.uk [84.92.17.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F9743D5A for ; Tue, 5 Oct 2004 15:44:59 +0000 (GMT) (envelope-from adw@jara23.co.uk) Received: from [10.0.2.2] (nofate.asgard.jara23.co.uk [10.0.2.2]) (authenticated bits=0)i95FiqXI003128; Tue, 5 Oct 2004 16:44:53 +0100 (BST) (envelope-from adw@jara23.co.uk) Message-ID: <4162C173.2060608@jara23.co.uk> Date: Tue, 05 Oct 2004 16:44:52 +0100 From: Andrew Wiles User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <41621E23.7080103@jara23.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on skynet.asgard.jara23.co.uk X-Virus-Status: Clean 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 15:45:00 -0000 Dag-Erling Smørgrav wrote: > 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 The output is as follows: root@skynet:~> ldd /usr/bin/su /usr/bin/su: libutil.so.4 => /lib/libutil.so.4 (0x28079000) libpam.so.2 => /usr/lib/libpam.so.2 (0x28086000) libc.so.5 => /lib/libc.so.5 (0x2808d000) root@skynet:~> ldd /usr/local/bin/su ldd: /usr/local/bin/su: No such file or directory root@skynet:~> pkg_which /usr/local/bin/su /usr/local/bin/su: not found The only other idea I came up with was possibly that because I use the net/pppoa port for my adsl connection that was requireing lintl, but that doesn't appear to be the case either. root@skynet:~> ldd /usr/local/sbin/pppoa2 /usr/local/sbin/pppoa2: libc.so.5 => /lib/libc.so.5 (0x2807b000) root@skynet:~> ldd /usr/local/sbin/modem_run /usr/local/sbin/modem_run: libc.so.5 => /lib/libc.so.5 (0x2807c000) -- This e-mail has been scanned by asgard.jara23.co.uk with ClamAV for known viruses. For more infomration on ClamAV see http://www.clamav.net/ asgard.jara23.co.uk - Building the future on the ashes of the past.