From owner-freebsd-current Thu Jul 29 8:17: 2 1999 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id BFB0714EC3 for ; Thu, 29 Jul 1999 08:16:54 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id IAA15944; Thu, 29 Jul 1999 08:16:53 -0700 (PDT) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id IAA89795; Thu, 29 Jul 1999 08:16:49 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990729074723.B47767@daemon.ninth-circle.org> Date: Thu, 29 Jul 1999 08:16:49 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: Jeroen Ruigrok/Asmodai Subject: Re: Library question/challenge Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeroen Ruigrok/Asmodai wrote: > * Matthew Dillon (dillon@apollo.backplane.com) [990729 07:20]: >> lib/libc.so.3: minor version -1 older >> :> than expected 0, using it anyway >> :> ld.so failed: bad magic number in "/usr/lib/libc.so.3" Look, it's finding its library in "/usr/lib" and it shouldn't be doing that. This is the problem, and there's no point in upgrading X11 or any such thing. > Well, it seems to want libc.so.3.1 and that one is present in /usr/lib/aout > and is grepable from ldconfig -aout -r: > > [asmodai@daemon:/usr/home/asmodai] (3) $ ldconfig -aout -r | grep libc.so > 27:-lc.3.1 => /usr/lib/aout/libc.so.3.1 Right. So the problem must be that you have LD_LIBRARY_PATH set. John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message