From owner-freebsd-questions@FreeBSD.ORG Sun Nov 2 15:34:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A163E16A4CE for ; Sun, 2 Nov 2003 15:34:33 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-234.dsl.lsan03.pacbell.net [63.207.60.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBB743FCB for ; Sun, 2 Nov 2003 15:34:32 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 53D3366DD2; Sun, 2 Nov 2003 15:34:32 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 0A00DB37; Sun, 2 Nov 2003 15:34:31 -0800 (PST) Date: Sun, 2 Nov 2003 15:34:31 -0800 From: Kris Kennaway To: paul beard Message-ID: <20031102233431.GA52387@rot13.obsecurity.org> References: <3FA57EF7.70805@mac.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <3FA57EF7.70805@mac.com> User-Agent: Mutt/1.4.1i cc: questions Subject: Re: Mozilla 1.5 errors [resolved?] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2003 23:34:33 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 02, 2003 at 02:02:31PM -0800, paul beard wrote: > I ended up tracking down what port owned Xos.h=20 > [XFree86-4-libraries] and rebuilding/installing it. At that point,=20 > Mozilla would build and install just fine. >=20 > However, it wouldn't run: it need libintl.so.4 and I have=20 > libintl.so.5 installed. As you've discovered, your installed packages are inconsistent. At some point you updated the gettext port without rebuilding everything that depends on it, so packages that were linked against the old library (libintl.so.4) can no longer function because you removed it. The fix is to rebuild everything that depends on gettext by doing e.g. portupgrade -r gettext. Kris --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/pZSHWry0BWjoQKURAmPfAKCHe3RZkLmUktw1S3FvRkmNpYoNGgCcDlSD aLnj6soxc+H4Dn2D0DPtwgQ= =ac0P -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC--