From owner-freebsd-current@FreeBSD.ORG Fri Sep 12 17:33:07 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28DBD16A4BF for ; Fri, 12 Sep 2003 17:33:07 -0700 (PDT) Received: from portal.aphroland.org (portal.aphroland.org [216.39.174.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A0943F93 for ; Fri, 12 Sep 2003 17:33:05 -0700 (PDT) (envelope-from damm@fpsn.net) Received: by portal.aphroland.org (Postfix, from userid 1010) id E2BEB278018; Fri, 12 Sep 2003 17:33:03 -0700 (PDT) Received: from 10.10.10.132-unassigned.aphroland.org (10.10.10.132-unassigned.aphroland.org [10.10.10.132]) by portal.aphroland.org (Postfix) with ESMTP id 91B00278017; Fri, 12 Sep 2003 17:33:01 -0700 (PDT) From: Scott Likens To: Michael Goffin In-Reply-To: <20030913001701.GA8715@csh.rit.edu> References: <20030913001701.GA8715@csh.rit.edu> Content-Type: text/plain Message-Id: <1063413139.26974.40.camel@desolation.livid.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 12 Sep 2003 17:32:19 -0700 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-9.0 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Sanitizer: This message has been sanitized! X-Sanitizer-URL: http://mailtools.anomy.net/ X-Sanitizer-Rev: $Id: Sanitizer.pm,v 1.54 2002/02/15 16:59:07 bre Exp $ cc: freebsd-current@freebsd.org Subject: Re: Shared object "libintl.so.4" not found X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 00:33:07 -0000 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