From owner-freebsd-isp@FreeBSD.ORG Sun Aug 21 08:00:05 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C5F16A41F for ; Sun, 21 Aug 2005 08:00:05 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC8743D45 for ; Sun, 21 Aug 2005 08:00:05 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so539413nzo for ; Sun, 21 Aug 2005 01:00:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GYOOFpNXVM4Iy9gIPey8lQy3VMOu+rI1yuRvkX/N49s6yVt0lREhutUogbwB4u1j1xOJsTme4Fz5ms/BnvuTudNyFiwNyDUeY32fvwNEMoNuJePJm17QXP7VGJ1dotKD/kd9l3JQ1WkawQObDhUwEpvUz2b3yphuQZ5IZtlABBI= Received: by 10.37.20.64 with SMTP id x64mr921nzi; Sun, 21 Aug 2005 01:00:04 -0700 (PDT) Received: by 10.36.251.14 with HTTP; Sun, 21 Aug 2005 01:00:04 -0700 (PDT) Message-ID: Date: Sun, 21 Aug 2005 11:00:04 +0300 From: Abu Khaled To: Premal Mishra In-Reply-To: <2211edca0508202259442a0610@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2211edca0508202259442a0610@mail.gmail.com> Cc: freebsd-isp@freebsd.org Subject: Re: ELF Binary Type '0' Not Known X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2005 08:00:06 -0000 On 8/21/05, Premal Mishra wrote: > Hi, >=20 > Trying to run a binary file and it gives me an error : >=20 > "ELF Binary Type 0 Not Known" >=20 > How can i fix this? >=20 > Regards, > Premal. What type of binary do you have? # readelf -h look for OS/ABI it lists the binary type eg: OS/ABI: UNIX - Linux --=20 Regards. Abu Khaled