From owner-freebsd-ports@FreeBSD.ORG Sat Aug 30 02:41:24 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 1475516A4BF for ; Sat, 30 Aug 2003 02:41:24 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D6843FEC for ; Sat, 30 Aug 2003 02:41:23 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.dougb.net (12-234-22-23.client.attbi.com[12.234.22.23](untrusted sender)) by comcast.net (sccrmhc11) with SMTP id <20030830094122011008po0ve>; Sat, 30 Aug 2003 09:41:22 +0000 Date: Sat, 30 Aug 2003 02:41:21 -0700 (PDT) From: Doug Barton To: Andrew J Caines In-Reply-To: <20030830054659.GM366@hal9000.halplant.com> Message-ID: <20030830023901.M15016@znfgre.qbhto.arg> References: <2ADA6148-DAA9-11D7-AE1D-0003939DF7CA@customdynamic.net> <20030830054659.GM366@hal9000.halplant.com> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD ports Subject: Re: pkgconfig:Shared object "libintl.so.1" 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: Sat, 30 Aug 2003 09:41:24 -0000 Since the gettext folks tend to bump their major number for no apparent reason, I've used the following solution quite effectively: cd ${PREFIX}/lib ln -s libintl.so libintl.so.N where N is the number that you're seeing complaints about. Purists hate this approach, but it works for me. Doug -- This .signature sanitized for your protection