Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Oct 2004 11:08:14 +0200
From:      des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
To:        Andrew Wiles <adw@jara23.co.uk>
Cc:        freebsd-current@freebsd.org
Subject:   Re: PPP/su startup error
Message-ID:  <xzpwty5r0qp.fsf@dwp.des.no>
In-Reply-To: <41621E23.7080103@jara23.co.uk> (Andrew Wiles's message of "Tue, 05 Oct 2004 05:08:03 %2B0100")
References:  <41621E23.7080103@jara23.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrew Wiles <adw@jara23.co.uk> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpwty5r0qp.fsf>