From owner-freebsd-current@FreeBSD.ORG Tue Oct 5 04:28:09 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 81B7C16A4CE for ; Tue, 5 Oct 2004 04:28:09 +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 AC71943D1F for ; Tue, 5 Oct 2004 04:28:08 +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)i954S5v9001095; Tue, 5 Oct 2004 05:28:05 +0100 (BST) (envelope-from adw@jara23.co.uk) Message-ID: <416222D4.6020803@jara23.co.uk> Date: Tue, 05 Oct 2004 05:28:04 +0100 From: Andrew Wiles User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <41621E23.7080103@jara23.co.uk> <20041005041644.GA21533@xor.obsecurity.org> In-Reply-To: <20041005041644.GA21533@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: cswiger@mac.com cc: Kris Kennaway 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 04:28:09 -0000 Kris Kennaway wrote: > On Tue, Oct 05, 2004 at 05:08:03AM +0100, Andrew Wiles wrote: > >>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" >> >>The shared library exists in /usr/local/lib but isn't being found. >>As to why su or ppp would need that lib at boot time also confuses me as >>it is now part of the base system. >> >>Running either su or ppp after the system is up works fine. >> >>Any help with this problem would be appreciated. > > > What does /usr/bin/su link to? Do you have any other spurious su > binaries in the system path? > > kris > su looks normal to me, and no other su's anywhere on the system. Could it possibly be because my ppp script uses the pppoa port for its connection that it is now failing? root@skynet:~> which su /usr/bin/su root@skynet:~> ls -l /usr/bin/su -r-sr-xr-x 1 root wheel 14284 Oct 5 04:05 /usr/bin/su 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:~> find / -name "su" /usr/obj/usr/src/usr.bin/su /usr/obj/usr/src/usr.bin/su/su /usr/bin/su /usr/src/contrib/openpam/bin/su /usr/src/etc/pam.d/su /usr/src/usr.bin/su /usr/src/crypto/heimdal/appl/su /etc/pam.d/su -- 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.