From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 22:24:56 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 5BAFC16A41F for ; Tue, 25 Oct 2005 22:24:56 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA4543D46 for ; Tue, 25 Oct 2005 22:24:55 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so8643nzi for ; Tue, 25 Oct 2005 15:24:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RnJpBc1gj8flyZrz8IvwHAsLAC0TRil4rkp6V5C1zqEZqqbRPCLLNseqM1Pl1BOeXue9NiCJVlNA2rM6fFa5QNjLlLvSMJmcDoMzdIJE9WQVxtr8c4FoLWUtwobdfJV2e8eTRbsIrycYe0V5zqNhjp3l7AdnPk34B5BWdvyX0Fs= Received: by 10.36.222.18 with SMTP id u18mr182509nzg; Tue, 25 Oct 2005 15:24:55 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Tue, 25 Oct 2005 15:24:54 -0700 (PDT) Message-ID: Date: Wed, 26 Oct 2005 02:24:54 +0400 From: "Andrew P." To: FreeBSD Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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: Tue, 25 Oct 2005 22:24:56 -0000 How to tell? Apart from trying to launch it on different versions without COMPAT* in the kernel? One can always carefully examine the output of ldd, readelf and other such tools, but that requires much knowledge and a small lab with all kinds of BSD's set up. Is there a better way?