Date: Sat, 30 Aug 2003 02:41:21 -0700 (PDT) From: Doug Barton <DougB@FreeBSD.org> To: Andrew J Caines <A.J.Caines@halplant.com> Cc: FreeBSD ports <FreeBSD-Ports@FreeBSD.org> Subject: Re: pkgconfig:Shared object "libintl.so.1" not found Message-ID: <20030830023901.M15016@znfgre.qbhto.arg> In-Reply-To: <20030830054659.GM366@hal9000.halplant.com> References: <2ADA6148-DAA9-11D7-AE1D-0003939DF7CA@customdynamic.net> <20030830054659.GM366@hal9000.halplant.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030830023901.M15016>