From owner-freebsd-questions Thu Dec 13 8:25:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts12-srv.bellnexxia.net (tomts12.bellnexxia.net [209.226.175.56]) by hub.freebsd.org (Postfix) with ESMTP id 38CE637B417 for ; Thu, 13 Dec 2001 08:25:33 -0800 (PST) Received: from xena.gsicomp.on.ca ([199.243.149.34]) by tomts12-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011213162532.GLK26587.tomts12-srv.bellnexxia.net@xena.gsicomp.on.ca>; Thu, 13 Dec 2001 11:25:32 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id fBDGHFW11722; Thu, 13 Dec 2001 11:17:20 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <009201c183f2$c66d2310$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Rob Carmichael" Cc: References: <007f01c183ee$1d2c9280$279752c1@globalvc.co.uk> <20011213180353.A42396@sunbay.com> Subject: Re: anyone know what ld-elf does ? Date: Thu, 13 Dec 2001 11:25:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 > On Thu, Dec 13, 2001 at 03:52:04PM -0000, Rob Carmichael wrote: > > FreeBSD: 4.4 > > > > When running MRTG i get the below error, but i also get otehr errors about > > ld-elf when running Analog etc. > > > > WARNING: rateup died from Signal 0 > > with Exit Value 1 when doing router 'edinburgh-gw' > > Signal was 0, Returncode was 1 > > /usr/libexec/ld-elf.so.1: Shared object "libpng.so.4" not found ld-elf.so.1 is the dynamic library loader, and it's telling you that mrtg can't find libpng.so.4. Since the latest version of libpng is libpng.so.5, you're probably using an outdated version of mrtg. Have you attemped to build and install the latest version or mrtg (which should be dependent on libpng.so.5, not .4) from ports? -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message