From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 08:55:01 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 073AA16A4B3 for ; Tue, 30 Sep 2003 08:55:01 -0700 (PDT) Received: from casper.sri.com (casper.SRI.COM [128.18.243.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 8BABE43FA3 for ; Tue, 30 Sep 2003 08:54:59 -0700 (PDT) (envelope-from hogsett@csl.sri.com) Received: (qmail 22395 invoked from network); 30 Sep 2003 15:54:58 -0000 Received: from localhost (HELO casper.SRI.COM) (127.0.0.1) by casper.sri.com with SMTP; 30 Sep 2003 15:54:58 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by casper.SRI.COM (SAVSMTP 3.1.0.29) with SMTP id M2003093008545817455 for ; Tue, 30 Sep 2003 08:54:58 -0700 Received: from beast.csl.sri.com (beast.csl.sri.com [130.107.2.57]) by quarter.csl.sri.com (8.12.9/8.12.9) with ESMTP id h8UFswJm009518 for ; Tue, 30 Sep 2003 08:54:58 -0700 Message-Id: <200309301554.h8UFswJm009518@quarter.csl.sri.com> To: freebsd-questions@freebsd.org Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Tue, 30 Sep 2003 08:54:58 -0700 From: Mike Hogsett Subject: 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 15:55:01 -0000 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!! How can this be? How can either of these link against a library that is no longer installed? 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? - Mike