From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 09:23:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC81C16A4B3 for ; Tue, 30 Sep 2003 09:23:45 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F6C43FDF for ; Tue, 30 Sep 2003 09:23:44 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h8UGNa44063234; Tue, 30 Sep 2003 11:23:36 -0500 (CDT) (envelope-from dan) Date: Tue, 30 Sep 2003 11:23:36 -0500 From: Dan Nelson To: Mike Hogsett Message-ID: <20030930162335.GC74320@dan.emsphone.com> References: <200309301554.h8UFswJm009518@quarter.csl.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309301554.h8UFswJm009518@quarter.csl.sri.com> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Ports : Mozilla / Mozilla-devel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 16:23:45 -0000 In the last episode (Sep 30), Mike Hogsett said: > I have been pulling my hair out over this. I installed a package > several days ago that required gettext. The gettext in ports has > been updated so I had to deinstall the existing on and install the > version from ports. > > After that mozilla and mozilla-devel (and some other stuff) wont run > becuase libintl.so.4 no longer exists. (gettext from ports installs > libintl.so.5 now). > > I pkg_delete'd mozilla and mozilla-devel and rebuilt (have tried > both) but even after they build and install they are still asking for > libintl.so.4!! They may be linking against a shared library that requires libintl.so.4. > I rm -rf'd /usr/ports and cvsup'd back hoping to clear any cruft that > may have remained and rebuilt mozilla-devel, still no dice! > > Anyone have a suggestion how I can get either of these ports to work > again? At this point, you'll probably have to rebuild all the ports that depended on the old gettext. The portupgrade tools minimize this risk by preserving old shlibs in /usr/local/lib/compat/pkg, so you can upgrade dependant ports at your leisure. -- Dan Nelson dnelson@allantgroup.com