From owner-freebsd-questions Thu Dec 7 15:57:51 2000 From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 15:57:49 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from nexus.weeguan.nu (nas111-121-143.mystarhub.com.sg [203.117.121.143]) by hub.freebsd.org (Postfix) with ESMTP id A9E3037B400 for ; Thu, 7 Dec 2000 15:57:46 -0800 (PST) Received: (from weeguan@localhost) by nexus.weeguan.nu (8.11.1/8.11.0) id eB68mAb77759; Wed, 6 Dec 2000 16:48:10 +0800 (SGT) (envelope-from weeguan@hem.passagen.se) From: Lim Wee Guan Date: Wed, 6 Dec 2000 16:48:10 +0800 To: Chuck Rock Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4.2 and MRTG port Message-ID: <20001206164810.E95385@nexus> References: <000e01c05d6d$c2295140$1805010a@epconline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000e01c05d6d$c2295140$1805010a@epconline.net>; from carock@epctech.com on Sun, Dec 03, 2000 at 03:12:35PM -0600 Sender: weeguan@nexus.weeguan.nu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 03, 2000 at 03:12:35PM -0600, Chuck Rock wrote: > I've installed FReeBSD 4.2, and also MRTG from the packages. > > MRTG won't run though, it complains about... > > /usr/libexec/ld-elf.so.1: Shared object "libpng.so.3" not found > > Looking at the png 1.0.8 port that is a dependency, it creates libpng.so.4 > > Is this a problem with one or both ports? > > What can I do to fix it? copy libpng.so.4 to .3? > Hi Chuck, I had this problem myself when I installed Eterm. Don't know how to solve it, but since there were no other answers, I thought you might like to know how I "overcame" it. I made a symlink from libpng.so.3 to libpng.so.4 and the problem went away. Copying does the same thing, but you waste a bit more disk space. If anyone knows of a better way, I'm all ears too... ;-) Regards, Wee Guan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message