From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 11:05:22 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC15E16A4CE for ; Thu, 20 Nov 2003 11:05:22 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CEC43FAF for ; Thu, 20 Nov 2003 11:05:19 -0800 (PST) (envelope-from barner@in.tum.de) Received: from zi025.glhnet.mhn.de (localhost.glhnet.mhn.de. [127.0.0.1]) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9) with ESMTP id hAKJ3xqA000359; Thu, 20 Nov 2003 20:03:59 +0100 (CET) (envelope-from simon@zi025.glhnet.mhn.de) Received: (from simon@localhost) by zi025.glhnet.mhn.de (8.12.9p2/8.12.9/Submit) id hAKJ3x8M000358; Thu, 20 Nov 2003 20:03:59 +0100 (CET) (envelope-from simon) Date: Thu, 20 Nov 2003 20:03:59 +0100 From: Simon Barner To: varsling Message-ID: <20031120190359.GA320@zi025.glhnet.mhn.de> References: <20031120185428.999FC790FE@mail.broadpark.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <20031120185428.999FC790FE@mail.broadpark.no> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-ports@freebsd.org Subject: Re: /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:05:23 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > When i try to install /usr/ports/sysutils/logrotate i get the following > error message: > =20 > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found > =20 > It is on an Freebsd 5.1 box. > =20 > Can anyone help me out with this one ?? Yes, this is probably because you updated libintl (ports/devel/gettext), but you did not update all the ports that depend on that library. To fix your ports, you should do the following: 1. Reinstall ports/devel/gmake. Now your build environment for GNU style ports should be working again. =20 2. Rebuild all ports that depend on gettext: portupgrade -fr gettext =20 Simon --gKMricLos+KVdGMg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/vRAfCkn+/eutqCoRAkZ/AKCh3dx2OyxW1Hlynp+rNFSXVkJe9wCg58XN QOODQrPVCIhq0mpujSPCeX8= =6/LF -----END PGP SIGNATURE----- --gKMricLos+KVdGMg--