From owner-freebsd-current@FreeBSD.ORG Sun Jun 29 18:54:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F2AA37B401 for ; Sun, 29 Jun 2003 18:54:31 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8489943FDD for ; Sun, 29 Jun 2003 18:54:30 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h5U1rlKJ095963; Sun, 29 Jun 2003 21:53:47 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h5U1rlQK095960; Sun, 29 Jun 2003 21:53:47 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 29 Jun 2003 21:53:47 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Juan Francisco Rodriguez Hervella In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: timeseal program doesn't work with FreeBSD-5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 01:54:31 -0000 On Mon, 30 Jun 2003, Juan Francisco Rodriguez Hervella wrote: > bash: ./timeseal.FreeBSD: cannot execute binary file > > "ldd" shows this: > > ldd: timeseal.FreeBSD: not a dynamic executable Try running the file command on the binary to see what kind of file it is. If the program is an old i386 a.out binary, you could try rebuilding your kernel with "options COMPAT_AOUT", and make sure the compat libs are installed. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories