Date: Tue, 5 Oct 2004 00:16:05 -0400 From: Charles Swiger <cswiger@mac.com> To: Andrew Wiles <adw@jara23.co.uk> Cc: freebsd-current@freebsd.org Subject: Re: PPP/su startup error Message-ID: <468BB341-1685-11D9-B1D0-003065A20588@mac.com> In-Reply-To: <41621E23.7080103@jara23.co.uk> References: <41621E23.7080103@jara23.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Oct 5, 2004, at 12:08 AM, 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. On my machines, `ldd /usr/bin/su` does not include libintl. Possibly your path is using an su in /usr/local/lib without having LD_LIBRARY_PATH set (or perhaps being ignored because su is setuid-root)? -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?468BB341-1685-11D9-B1D0-003065A20588>