From owner-freebsd-questions@FreeBSD.ORG Mon Jun 21 00:58:50 2010 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 E025D106566C for ; Mon, 21 Jun 2010 00:58:50 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [204.109.60.94]) by mx1.freebsd.org (Postfix) with ESMTP id A46058FC12 for ; Mon, 21 Jun 2010 00:58:50 +0000 (UTC) Received: from core.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 952B35D19; Mon, 21 Jun 2010 00:58:48 +0000 (UTC) From: Bruce Cran To: freebsd-questions@freebsd.org Date: Mon, 21 Jun 2010 01:58:11 +0100 User-Agent: KMail/1.13.3 (FreeBSD/9.0-CURRENT; KDE/4.4.4; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201006210158.11141.bruce@cran.org.uk> Cc: Caleb Stein Subject: Re: /libexec/ld-elf.so.1: Shared boject "libpng.so.5" not found 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: Mon, 21 Jun 2010 00:58:51 -0000 On Monday 21 June 2010 00:57:17 Caleb Stein wrote: > Whenever I try running an application that relies on GTK+ or QT, I get > that error message. How should I fix this? You must have upgraded libpng at some point and didn't notice or follow the instructions in /usr/ports/UPDATING which tells you to rebuild all affected ports. It's easy to forget, but then you find random applications start breaking. -- Bruce Cran