Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2003 14:08:31 +0100
From:      Yann Golanski <yann@kierun.org>
To:        Adrian Borowski <mboxab@wp.pl>
Cc:        stable@freebsd.org
Subject:   Re: OT: "libintl.so.1" not found
Message-ID:  <20031008130831.GF32939@kierun.org>
In-Reply-To: <005b01c38d9c$28ac4920$1d12a8c0@gg>
References:  <005b01c38d9c$28ac4920$1d12a8c0@gg>

next in thread | previous in thread | raw e-mail | index | archive | help

--bp/iNruPH9dso1Pn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Quoth Adrian Borowski on Wed, Oct 08, 2003 at 15:00:29 +0200
> sorry if this question is off-topic on this list, but I'm quite new in
> freeBSD world and I don't have any idea where to ask: I have 4.5-stable b=
ox
> and when installing from some ports there is output like this:
>=20
> /usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found
>=20
> What is missing or wrong?

$ sudo find . -name '*libintl*' -print=20
$ ldd programe-that-caused-the-error-name

The first one tells you where the libintl is installed and what version it
is.  The second one tells you which version and where the programme is
looking for the library.

I had some problems with this when the library was updated by a port but
the dependency on other ports was broken.  A quick ``ln -si'' fixed it
all.  Yes, that's a hack.  I should have re-built all the broken ports.


--=20
yann@kierun.org                  -=3D*=3D-                      www.kierun.=
org
    PGP:   009D 7287 C4A7 FD4F 1680  06E4 F751 7006 9DE2 6318

--bp/iNruPH9dso1Pn
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/hAxP91FwBp3iYxgRAqr4AJ4j0JL8jF0G6cGPw/XI4MZ2HgUMzwCfVZjX
dwW7G5iEt+MbQmc0J2LMVzI=
=OwFy
-----END PGP SIGNATURE-----

--bp/iNruPH9dso1Pn--



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