Date: Fri, 9 Jan 2004 17:12:49 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Mauricio <supremedalek@hotpop.com> Cc: questions@freebsd.org Subject: Re: In Search Of: libintl.so.4 Message-ID: <20040109171249.GA24282@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <a06002002bc248a8f23bd@[10.0.0.10]> References: <20040109110400.G610@genisis.domain.org> <20040109161259.GC4168@dan.emsphone.com> <20040109112034.I610@genisis.domain.org> <a06002002bc248a8f23bd@[10.0.0.10]>
next in thread | previous in thread | raw e-mail | index | archive | help
--8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 09, 2004 at 11:52:45AM -0500, Mauricio wrote: > I am trying to install wget in this freebsd 5.1 box. So, I=20 > downloaded ports.tar.gz off freebsd.org, untarred and unzipped it,=20 > and went to ports/ftp/wget. I then typed "make" just to get the=20 > following error message during the configuration: >=20 > /usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found >=20 > S, I asked the machine where this library could be hiding: >=20 > daffy# find / -name libintl.so.4 -print > /usr/ports/devel/gettext/work/gettext-0.11.5/intl/.libs/libintl.so.4 > daffy# >=20 > I am confused: AFAIK, wget wants gettext-0.12.1, which I did install=20 > earlier yesterday. So, why does it still want the earlier version? This is a FAQ. When you installed gmake(1) it was linked against the version of libintl.so you had available at the time, which was libintl.so.4. Then later on, you updated the devel/gettext port, which replaced libintl.so.4 with libintl.so.5 -- unless you've saved a copy of libintl.so.4 somewhere[1] all of the ports you have installed which link against libintl.so.4 will now fail to run correctly. Unfortunately, loads of things depend on devel/gettext, and the ABI version number on libintl.so gets bumped fairly often. In order to fix the problem you need to rebuild all of the ports that depend on devel/gettext, which you can do by: # portupgrade -fr devel/gettext Cheers, Matthew [1] portupgrade(1) saves a copy in /usr/local/lib/compat/pkg unless you use the '-u' flag. --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --8t9RHnE3ZwKMSgU+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQE//uERdtESqEQa7a0RAoLsAJ0RLA9a0Sx6Qn6XCEozvGVOJRp+LQCfX8Cx iFSD8ECzzysWtK9q4rBErx0= =YOiQ -----END PGP SIGNATURE----- --8t9RHnE3ZwKMSgU+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040109171249.GA24282>