graphics/libchamplain build failure (libpng.so.5 not found)

Doug Barton dougb at FreeBSD.org
Sat May 15 19:14:13 UTC 2010


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/



More information about the freebsd-ports mailing list