Date: Fri, 12 Sep 2003 17:32:19 -0700 From: Scott Likens <damm@fpsn.net> To: Michael Goffin <neo@csh.rit.edu> Cc: freebsd-current@freebsd.org Subject: Re: Shared object "libintl.so.4" not found Message-ID: <1063413139.26974.40.camel@desolation.livid.de> In-Reply-To: <20030913001701.GA8715@csh.rit.edu> References: <20030913001701.GA8715@csh.rit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2003-09-12 at 17:17, Michael Goffin wrote: > I recently upgraded one of my machines to 5.1-current, and for some reason I keep getting "Share object 'libintl.so.4' not found" errors when I attempt to install from ports or execute certain commands/programs. I read that upgrading my version of gettext would fix the issue, but it has not. Is there any other way to get this object? > > Mike This would fall under, gettext. You will need to rebuild everything that depends on libintl.so.4 Thus, more then likely gmake, and alot of other things. My suggestion would be to rebuild gmake by hand, then install portupgrade then portupgrade -r gettext Couple hours later, all will be fine. Fortunatly for me because I rebuilt using portupgrade so it kept libintl.so.4 in a nice backup directory that's ldconfig'd at bootup. So it wasn't too painful. Food for thought, Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1063413139.26974.40.camel>