On Fri, Feb 20, 2004 at 09:21:07PM +0800, h0444lp6 wrote:
> Dear list
> 
> I tried to use mplayer under 5.2R but got
> 
> /libexec/ld-elf.so.1: Shared object "libintl.so.5" not found.
> 
> What do I have to install to get "libintl.so.5"

libintl.so is part of GNU gettext -- however, the current version of
gettext:

    % pkg_info -I gettext\*
    gettext-0.13.1      GNU gettext package

installs libintl.so.6:

    % pkg_info -L gettext\* | grep libintl.so.
    /usr/local/lib/libintl.so.6

What you need to do is install the up-to-date version of gettext (if
you haven't already) and then rebuild all of the ports that link
against libintl.so:

    # portupgrade -fr gettext

That may take quite some time, as lots of packages use gettext.

        Cheers,

        Matthew 

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to