Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Oct 2004 16:44:52 +0100
From:      Andrew Wiles <adw@jara23.co.uk>
To:        =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no>
Cc:        freebsd-current@freebsd.org
Subject:   Re: PPP/su startup error
Message-ID:  <4162C173.2060608@jara23.co.uk>
In-Reply-To: <xzpwty5r0qp.fsf@dwp.des.no>
References:  <41621E23.7080103@jara23.co.uk> <xzpwty5r0qp.fsf@dwp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smørgrav wrote:
> 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

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.



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