From owner-freebsd-questions@FreeBSD.ORG Wed Oct 26 07:27:04 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB3C116A41F for ; Wed, 26 Oct 2005 07:27:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6135543D45 for ; Wed, 26 Oct 2005 07:27:04 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id s18so82362nze for ; Wed, 26 Oct 2005 00:27:03 -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=txbGabjh1c0r0wgIcqqQOpPpwTTLZ9q1BITUr5IN6m61HFwtKm0ck5o44CgAKbAhKoiUcdNhFt/IU2YM54MXqHBrbzLV9ZDPP3Rm0sP+xDHi8K6oBDUsF4NEp0o3+6r8glM88urhU1624mk9EtEvPVi6leyi8V+lC2NYdYbFOV8= Received: by 10.36.148.20 with SMTP id v20mr615369nzd; Wed, 26 Oct 2005 00:27:02 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Wed, 26 Oct 2005 00:27:02 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 11:27:02 +0400 From: "Andrew P." To: "Michael C. Shultz" In-Reply-To: <200510260021.21594.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051026030537.GV18987@localdomain> <200510260021.21594.ringworm01@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Which version of FreeBSD a binary was compiled for? 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: Wed, 26 Oct 2005 07:27:04 -0000 On 10/26/05, Michael C. Shultz wrote: > On Wednesday 26 October 2005 00:01, Andrew P. wrote: > > On 10/26/05, Will Maier wrote: > > > On Wed, Oct 26, 2005 at 02:24:54AM +0400, Andrew P. wrote: > > > > How to tell? Apart from trying to launch it on different versions > > > > without COMPAT* in the kernel? > > > > > > file (1) > > > > I don't mean to push it, but how file would ever help > > me to know subj? > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > Here is an example: > > file /usr/bin/man > > on my machine outputs: > > /usr/bin/man: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD)= , for > FreeBSD 5.4-CURRENT (rev 3), dynamically linked (uses shared libs), strip= ped > > -Mike > Oh, it's just that file hasn't leared anything about FreeBSD 6 yet, so it doesn't display version info when run against my binaries. Sorry and thanks.