From owner-freebsd-ports@FreeBSD.ORG Sat May 15 19:14:13 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A45D6106567D for ; Sat, 15 May 2010 19:14:13 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id 35AD38FC1F for ; Sat, 15 May 2010 19:14:13 +0000 (UTC) Received: (qmail 15758 invoked by uid 399); 15 May 2010 19:14:11 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 15 May 2010 19:14:11 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BEEF281.3090000@FreeBSD.org> Date: Sat, 15 May 2010 12:14:09 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Ruslan Mahmatkhanov References: <4BEEECAD.1020500@yandex.ru> In-Reply-To: <4BEEECAD.1020500@yandex.ru> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Mailing List Subject: Re: graphics/libchamplain build failure (libpng.so.5 not found) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 19:14:13 -0000 On 05/15/10 11:49, Ruslan Mahmatkhanov wrote: > > My system is 8-STABLE i386 (after successful png/xorg/gnome update). PNG > version is png-1.4.1_1. Library installed is libpng.so.6. Does anybody > have a clue why it tries to pick up old library? It's likely something else that it's trying to link in which is still linked to the old png lib. Try this: for file in /usr/local/lib/*; do nf=`ldd $file 2>/dev/null | grep 'not found'` if [ -n "$nf" ]; then echo $file echo $nf echo '' fi done > ~/old-lib-list hth, Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/