From owner-freebsd-stable Tue Apr 9 8:27:23 2002 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by hub.freebsd.org (Postfix) with ESMTP id 6024037B404 for ; Tue, 9 Apr 2002 08:27:19 -0700 (PDT) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id g39FRGD51671; Tue, 9 Apr 2002 08:27:17 -0700 (PDT) (envelope-from jdp@wall.polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.11.6/8.11.0) id g39FRGX33859; Tue, 9 Apr 2002 08:27:16 -0700 (PDT) (envelope-from jdp) Date: Tue, 9 Apr 2002 08:27:16 -0700 (PDT) Message-Id: <200204091527.g39FRGX33859@vashon.polstra.com> To: stable@freebsd.org From: John Polstra Cc: behanna@zbzoom.net Subject: Re: Unsopported relocation type? In-Reply-To: <20020409090542.R5710-100000@topperwein.dyndns.org> References: <20020409090542.R5710-100000@topperwein.dyndns.org> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article <20020409090542.R5710-100000@topperwein.dyndns.org>, Chris BeHanna wrote: > On Tue, 9 Apr 2002, Karl M. Joch wrote: > > > Hello, > > > > i got that one on a freebsd 4.5 server running mostly only samba 2.2.3a with > > about 50 workstations. > > > > /usr/libexec/ld-elf.so.1: > > /usr/lib/libcrypto.so.2: Unsupported relocation type 85 in non-PLT > > relocations > > PLT == Procedure Linkage Table > > Supposedly, this type of error can occur when non-PIC code is > linked into a shared object. I don't think it's that. The valid relocation types are the values 0 thru 10. 85 is way out of range and would be invalid for any i386 executable or library, whether PIC or not. BTW, linking non-PIC code into a shared library generally works. It's just inefficient. > It could also be caused by a non-corrected bit error in memory > (cosmic ray at an inopportune time while the rtld was doing its > thing?). Yes, I'm betting it's that or a corrupted file. John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message