From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 13:24:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D6B91065747 for ; Sat, 24 Jan 2009 13:24:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3288FC1C for ; Sat, 24 Jan 2009 13:24:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 24 Jan 2009 08:24:30 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.4-GA) with ESMTP id PLG78830; Sat, 24 Jan 2009 08:23:57 -0500 (EST) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 24 Jan 2009 08:23:57 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18811.5740.824872.505272@jerusalem.litteratus.org> Date: Sat, 24 Jan 2009 08:23:56 -0500 To: "Jack L. Stone" In-Reply-To: <3.0.1.32.20090124070639.00f092c0@sage-american.com> References: <991123400901230656r1dab6e11t4db4aa7eab8d100c@mail.gmail.com> <3.0.1.32.20090123081931.00ed6460@sage-american.com> <3.0.1.32.20090124070639.00f092c0@sage-american.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: cpghost , freebsd-questions@freebsd.org Subject: Re: Registry corrupt? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 13:24:30 -0000 Jack L. Stone writes: > >Some programs will not run because of a library version bump. Those > >programs will need to be recompiled, i.e. rebuild all ports. > > > >You can check this by running 'ldd' on the specific program. Let's > >assume that you have zip installed: > > Thanks for that tip. Here's output of one of the programs that doesn't run: > ldd /usr/local/bin/fastest_cvsup > ldd: /usr/local/bin/fastest_cvsup: not a dynamic executable > > BUT, it is executable and using the exact path to the program > still gives this error: No, it's a script - perl, to be exact - and does not count for the purposes of ldd. Compare "more /usr/local/ bin/fastest_cvsup" and "more /usr/bin/csup". Robert Huff