From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 10:06:16 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 3F07F16A4CE for ; Tue, 11 Nov 2003 10:06:16 -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 68EED43FA3 for ; Tue, 11 Nov 2003 10:06:15 -0800 (PST) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A356566BF7; Tue, 11 Nov 2003 10:06:14 -0800 (PST) Date: Tue, 11 Nov 2003 10:06:14 -0800 From: Kris Kennaway To: Simon Gray Message-ID: <20031111180614.GA26132@xor.obsecurity.org> References: <20031111053154.M67107@enabled.com> <01a201c3a84a$10aa5330$1100a8c0@dtg17> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline In-Reply-To: <01a201c3a84a$10aa5330$1100a8c0@dtg17> User-Agent: Mutt/1.4.1i cc: Noah cc: freebsd-questions@freebsd.org Subject: Re: ImageMagick not building 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, 11 Nov 2003 18:06:16 -0000 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 11, 2003 at 11:50:55AM -0000, Simon Gray wrote: > > =3D=3D=3D> Building for ImageMagick-5.5.7.11_1 > > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.2" not found > > *** Error code 1 > > > > Stop in /usr/ports/graphics/ImageMagick. >=20 > I had a similar problem quite a while ago, its easily fixed tho >=20 > go in to 'cd /usr/local/lib' and do 'ls -la libintl*' >=20 > you should have something like libintl.so or libintl.so.4 or libintl.so.5 >=20 > all you need to do is create a symlink from the libintl.so library to > libintl.so.2 >=20 > so do 'ln -s libintl.so.5 libintl.so.2' (change the libintl.so.5 to the > appropirate from the previous ls) Don't give bogus advice - library major versions are bumped for a reason, and if you hack around it like this then you're exposing yourself to problems at runtime in applications that rely on the new features of the library. Kris --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/sSUWWry0BWjoQKURAvBOAKCZ6CENx4aFtZIiejFTc927a79SdQCeOgrZ FVAXnAjIfE+xcJLTQHmP2uw= =Vpum -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--