From owner-freebsd-questions@FreeBSD.ORG Sun Feb 26 06:18:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A549816A420 for ; Sun, 26 Feb 2006 06:18:48 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (zeus.itg.uiuc.edu [130.126.126.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026B143D45 for ; Sun, 26 Feb 2006 06:18:47 +0000 (GMT) (envelope-from philipp1@zeus.itg.uiuc.edu) Received: from zeus.itg.uiuc.edu (localhost.localdomain [127.0.0.1]) by zeus.itg.uiuc.edu (8.13.1/8.13.1) with ESMTP id k1Q6IgAJ014196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 26 Feb 2006 00:18:42 -0600 Received: (from philipp1@localhost) by zeus.itg.uiuc.edu (8.13.1/8.13.1/Submit) id k1Q6IfMX014193; Sun, 26 Feb 2006 00:18:41 -0600 Date: Sun, 26 Feb 2006 00:18:41 -0600 From: Anthony Philipp To: Jonathan Chen , freebsd-questions@freebsd.org Message-ID: <20060226061841.GK8510@zeus.itg.uiuc.edu> References: <20060226000736.GI8510@zeus.itg.uiuc.edu> <20060226034942.GB58179@osiris.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060226034942.GB58179@osiris.chen.org.nz> User-Agent: Mutt/1.4.1i Cc: Subject: Re: pork missing a perl library 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: Sun, 26 Feb 2006 06:18:48 -0000 On Sun, Feb 26, 2006 at 04:49:42PM +1300, Jonathan Chen wrote: > On Sat, Feb 25, 2006 at 06:07:36PM -0600, Anthony Philipp wrote: > > Hello everyone, > > > > When I try to run pork, I get this error: > > > > $ pork > > /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required > > by "pork" > > > > It used to work, and I certainly didn't manually remove the library, > > so I'm not quite sure what to do. This might help: > > Let me guess. When you upgraded to FreeBSD 6, you forgot to rebuilt > all your ports. Yes I did both of those things, but nearly two months ago. Anthony