From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 16 13:28:09 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 119B216A41F for ; Fri, 16 Sep 2005 13:28:09 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A339143D48 for ; Fri, 16 Sep 2005 13:28:08 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (storm.stura.uni-rostock.de [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id 3698B35707 for ; Fri, 16 Sep 2005 15:28:06 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1001) id 13493100F7; Fri, 16 Sep 2005 15:18:06 +0200 (CEST) Date: Fri, 16 Sep 2005 15:18:05 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20050916131804.GB2069@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <7603e5d805091604561e83e2f2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7603e5d805091604561e83e2f2@mail.gmail.com> User-Agent: Mutt/1.5.10i Subject: Re: ELF binary type "0" not known. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2005 13:28:09 -0000 On Fri, Sep 16, 2005 at 11:56:09AM +0000, Wouter van Rooij wrote: > I have this error message when i'm wanting to start mozilla for example. Do > some of you know whats wrong and what I can do to get it working again? Is it by any chance a Linux binary? Try brandelf in that case. Well, try brandelf anyway, but use the right type :-) Joerg