From owner-freebsd-questions Thu Dec 13 19:51: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-201-166.mmcable.com [65.31.201.166]) by hub.freebsd.org (Postfix) with SMTP id B7E4037B405 for ; Thu, 13 Dec 2001 19:50:59 -0800 (PST) Received: (qmail 84116 invoked by uid 100); 14 Dec 2001 03:50:53 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15385.30493.542102.654448@guru.mired.org> Date: Thu, 13 Dec 2001 21:50:53 -0600 To: "Richard E. Hawkins" Cc: questions@freebsd.org Subject: Re: gv doesn't catch change from libpng.so.4 to .5 In-Reply-To: <2471446@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ X-Delivery-Agent: TMDA v0.42/Python 2.1.1 (freebsd4) From: "Mike Meyer" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Richard E. Hawkins types: > What a week :) > > Sound and ports are working, but now gv fails, claiming that it can't > find libpng.so.4. Sounds reasonable, as it seemas to have been > replaced by .5. Now how do I get this across to the program? > > I've remade and installed png, Xaw3d, and gv, but no dice. > > oh, and ghostview has the same problem. They are dynamically loading a library that dynamically loads the old version of libpng. That library isn't part of those ports, which is why rebuilding them didn't solve the problem. You need to find the library in question, and rebuild and reinstall the port that installed it. If you look at you'll find patches to the system to make ldd tell you which library is the culprit. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message