Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2009 14:44:57 +0100
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        Anton Shterenlikht <mexas@bristol.ac.uk>
Cc:        mm@freebsd.org, ia64@freebsd.org
Subject:   SOLVED: Re: ImageMagick warnings: libz.so.4, librpcsvc.so.4 may conflict with *.so.5
Message-ID:  <20090805134457.GA57673@mech-cluster241.men.bris.ac.uk>
In-Reply-To: <20090731110344.GA44708@mech-cluster241.men.bris.ac.uk>
References:  <20090731110344.GA44708@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 31, 2009 at 12:03:44PM +0100, Anton Shterenlikht wrote:
> On ia64 SMP 8.0-beta2, building ImageMagick
> 
> # cd /usr/ports/graphics/ImageMagick
> # make
> 
> I get these warnings: 
> 
> /usr/bin/ld: warning: libz.so.4, needed by /usr/local/lib/libtiff.so, may confli
> ct with libz.so.5
> /usr/bin/ld: warning: librpcsvc.so.4, needed by /usr/local/lib/libXext.so, may c
> onflict with librpcsvc.so.5

doing

# cd /usr/src
# make delete-old
# make delete-old-libs

and rebuilding IM and all packages on which it depends
solved this.

I'll try to add "make delete-old" and "make delete-old-libs"
steps into the handbook, in "rebuilding world" section.
It seems these steps are vital for the correct
functioning of the system.

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423



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