From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 23:02:20 2004 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 0D60A16A4CE for ; Tue, 28 Dec 2004 23:02:20 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02B943D1F for ; Tue, 28 Dec 2004 23:02:19 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 327E2512C2; Tue, 28 Dec 2004 15:02:17 -0800 (PST) Date: Tue, 28 Dec 2004 15:02:17 -0800 From: Kris Kennaway To: Bill Schoolcraft Message-ID: <20041228230216.GB95412@xor.obsecurity.org> References: <20041228124201.D59339@ns0.dcoder.com> <20041228183506.GD44954@dan.emsphone.com> <20041228223021.GA94796@xor.obsecurity.org> <20041228144232.C47454@bsd.billschoolcraft.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline In-Reply-To: <20041228144232.C47454@bsd.billschoolcraft.com> User-Agent: Mutt/1.4.2.1i cc: questions@freebsd.org Subject: Re: libintl.so.6 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: Tue, 28 Dec 2004 23:02:20 -0000 --E39vaYmALEf/7YXx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 28, 2004 at 02:44:26PM -0800, Bill Schoolcraft wrote: > At Tue, 28 Dec 2004 it looks like Kris Kennaway composed: >=20 > >=20 > > I'm guessing the application was originally installed on 4.x before > > you updated, then you rebuilt gettext after you updated, so libintl > > picked up the fact that stpcpy exists in libc.so.5, but your > > application is still linked to libc.so.4. > > > > We don't provide this kind of mixed 4.x/5.x binary compatibility, so > > you need to recompile or reinstall everything that links to the > > libraries you updated (or just recompile everything, which might be > > easier since otherwise this problem will recur with the next library > > you rebuild). > > > > e.g. portupgrade -fa > > > > or > > > > portupgrade -faPP > > >=20 > I also had and error with this particular library when trying to > use "ymessenger" after a flawless ports install that had no > errors. Yeah, ymessenger looks like it will be broken for precisely the same reason. Yahoo need to either release a version that is compiled for 5.3, release a statically-linked binary that doesn't have the compatibility problem, or release a version that uses a private, included copy of libintl.so that is compiled for 4.x. Kris --E39vaYmALEf/7YXx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB0eX4Wry0BWjoQKURAu2XAJ9YhIC9iLZJShtMGNYYLLNsSgZpogCgzMS9 QO6HkgBl+bPv+IXqyCbotvA= =tVR+ -----END PGP SIGNATURE----- --E39vaYmALEf/7YXx--