Date: Sat, 15 May 2010 12:14:09 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Cc: FreeBSD Ports Mailing List <ports@freebsd.org> Subject: Re: graphics/libchamplain build failure (libpng.so.5 not found) Message-ID: <4BEEF281.3090000@FreeBSD.org> In-Reply-To: <4BEEECAD.1020500@yandex.ru> References: <4BEEECAD.1020500@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BEEF281.3090000>