Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2001 08:32:09 -0500
From:      Alan Eldridge <alane@geeksrus.net>
To:        Jason Vervlied <jvervlied@boca.verio.net>
Cc:        ports@freebsd.org
Subject:   Re: Errors with kde-2.2.1
Message-ID:  <20011107083209.A71977@wwweasel.geeksrus.net>
In-Reply-To: <20011107132751.768E737B417@hub.freebsd.org>; from jvervlied@boca.verio.net on Wed, Nov 07, 2001 at 08:27:46AM -0500
References:  <20011107125738.CAC3D37B417@hub.freebsd.org> <200111071309.fA7D9Or71864@wwweasel.geeksrus.net> <20011107132751.768E737B417@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 07, 2001 at 08:27:46AM -0500, Jason Vervlied wrote:

>Actually I had already done that, and all that pkg_info | grep png returns is
>
>[jvervlied@squeaky lib]$ pkg_info | grep png
>linux-png-1.0.3_1   RPM of png lib
>png-1.2.0           Library for manipulating PNG images
>
>and 
>
>ls -la /usr/local/lib | grep png shows the following
>
>-r--r--r--   1 root     wheel      164554 Nov  7 07:52 libpng.a
>lrwxr-xr-x   1 root     wheel          11 Nov  7 07:52 libpng.so ->libpng.so.5
>-r--r--r--   1 root     wheel      137942 Aug 13 02:28 libpng.so.4
>-r--r--r--   1 root     wheel      148316 Nov  7 07:52 libpng.so.5
>
>I assume that this means that my system is only using 1.2.0 rather than 1.0.12

Nope. You've got 2 major versions. You need to track down where libpng.so.4
came from and nuke it, and deal with whatever packages may be linking against
it. Make sure to check Qt. 

-- 
Alan Eldridge
#include <cstdlib>
free(sklyarov);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011107083209.A71977>