From owner-freebsd-questions@FreeBSD.ORG Tue Apr 7 16:55:44 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41D34106564A for ; Tue, 7 Apr 2009 16:55:44 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 15ADC8FC15 for ; Tue, 7 Apr 2009 16:55:44 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by wa-out-1112.google.com with SMTP id m38so1727491waf.27 for ; Tue, 07 Apr 2009 09:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=lOBROkooo4LJqkZPHlbqLOzRT+4stTiq8R6/8GnXHU8=; b=EB+HjwejqeV4iAZHk2wVsLJ8KEXKPNKQGpA3DNXMWG0ol1yHJ4sdxsX19AdKoHee69 sn7QVOgsZ9IQDa8olYFoIzUilo879aBskm6sTUnQW5LI6NUOHpn1TDvjc0Yp6bHzpY/v 9IeT9Eaigz/ARx+Mam0F1lC8bm1dBofKg6tEw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=jD8nuGgyXzl+1LxL5eOKozHBR5my9bItxW12dHvcwi0YnLD5LxmusQ05pYJRAPILOZ QRxnLvcK1nBjT1Pq2e+q5ZYv10+I84z06jjm9lZDHBD8pXyN392/19STyHMpPFSfvtSj jpMWeZFEhdjPHkd5IHTlng4GLijIJXzMl48Fc= MIME-Version: 1.0 Received: by 10.220.45.212 with SMTP id g20mr643951vcf.43.1239123341930; Tue, 07 Apr 2009 09:55:41 -0700 (PDT) In-Reply-To: <20090407161830.GA92526@skytracker.ca> References: <20090407161830.GA92526@skytracker.ca> From: Tim Judd Date: Tue, 7 Apr 2009 10:55:26 -0600 Message-ID: To: David Banning Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: libc.so.6: ELF file OS ABI invalid X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 16:55:44 -0000 On Tue, Apr 7, 2009 at 10:18 AM, David Banning < david+dated+1239553110.eb108f@skytracker.ca > wrote: > I get this error when I attempt to run acroread8; > > /compat/linux/bin/sh: error while loading shared libraries: > /usr/local/lib/libc.so.6: ELF file OS ABI invalid > > I get the impression maybe acroread is attempting run a linux binary > using a freebsd library - but I am not sure if this is so, or how to fix > it. Any pointers would be appreciated. > This looks like a Linux ELF file branding problem. google://linux+elf+branding That's what I'd start with. --TJ