From owner-freebsd-questions@FreeBSD.ORG Wed Mar 21 10:21:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D84616A411 for ; Wed, 21 Mar 2007 10:21:05 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 022B913C4CC for ; Wed, 21 Mar 2007 10:21:04 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id s18so209607wxc for ; Wed, 21 Mar 2007 03:21:04 -0700 (PDT) Received: by 10.70.99.9 with SMTP id w9mr1033669wxb.1174472464335; Wed, 21 Mar 2007 03:21:04 -0700 (PDT) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id 3sm2793335wrs.2007.03.21.03.21.03; Wed, 21 Mar 2007 03:21:03 -0700 (PDT) Date: Wed, 21 Mar 2007 06:21:15 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <200703211033.07992.bramschoenmakers@xs4all.nl> References: <200703211033.07992.bramschoenmakers@xs4all.nl> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070321061819.0C15.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.30.04 [en] From: Gerard Subject: Re: Broken binary detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 10:21:05 -0000 On Wednesday March 21, 2007 at 05:33:07 (AM) Bram Schoenmakers wrote: > I did a portmanager databases/phpmyadmin -f because installing it normally > (make install clean) resulted in errors. With portmanager, phpmyadmin is > successfully installed. However, portmanager upgraded libintl as well to a > newer version, which in turn broke fetchmail still referring to the old > libintl library. Question is: is there a way to detect broken binaries and > libraries? Try this: 1) Update your ports tree 2) portmanager -u -p -l That should correct the problem. Check the log file "/var/log/portmanager.log" to make sure the fetchmail port, and perhaps others, were correctly updated. By the way, I just had the same problem with the 'gettext' update. This fixed it. -- Gerard