Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2001 12:20:13 +0300
From:      Peter Pentchev <roam@ringlet.net>
To:        parv <parv_@yahoo.com>
Cc:        f-ports <freebsd-ports@freebsd.org>
Subject:   Re: importance of "ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5"
Message-ID:  <20011011122013.B6135@straylight.oblivion.bg>
In-Reply-To: <20011011014252.A30228@moo.holy.cow>; from parv_@yahoo.com on Thu, Oct 11, 2001 at 01:42:52AM -0400
References:  <20011011014252.A30228@moo.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 11, 2001 at 01:42:52AM -0400, parv wrote:
> i just compiled the newest w3m port and got these messages:
> 
> # make -DINLINE_IMAGE
> ...
> cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -o w3mimgdisplay  w3mimgdisplay.o `imlib-config --libs`
> /usr/libexec/elf/ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5
> cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -c w3mimgsize.c
> cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -o w3mimgsize  w3mimgsize.o `imlib-config --libs`
> /usr/libexec/elf/ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5
> 
> 
> can anybody tell me the gravity of the warning? and, how should i 
> deal w/ it?

It seems that you have both libpng.so.4 (the library from png-1.0.x) and
libpng.so.5 (the library from png-1.2.0) installed.
Consequently, it seems that you have both a png-1.0.x and png-1.2.0 ports
installed.

Is there a reason you still need both of them?  There are some conflicting
file names in them, too.  It would be best to deinstall all ports depending
on either version, deinstall both versions, then install 1.2.0 and rebuild
all the ports you had depending on png; this way you will be certain that
the deinstall of 1.0.x does not remove any of 1.2.0's files.

G'luck,
Peter

-- 
This inert sentence is my body, but my soul is alive, dancing in the sparks of your brain.

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?20011011122013.B6135>