From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 05:52:28 2003 Return-Path: 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 D769616A4CE for ; Wed, 24 Dec 2003 05:52:28 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F4ED43D5D for ; Wed, 24 Dec 2003 05:52:27 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id BAE7666; Wed, 24 Dec 2003 08:52:26 -0500 (EST) Sender: lowell@be-well.ilk.org To: Peter Leftwich References: <20031223012430.S33599@rocket.alienwebshop.com> <20031223103823.GC34651@happy-idiot-talk.infracaninophile.co.uk> <47778.63.109.229.13.1072206794.squirrel@webmail.alienwebshop.com> <20031223200955.GM16418@seven.alameda.net> <20031224000758.I47416@rocket.alienwebshop.com> From: Lowell Gilbert Date: 24 Dec 2003 08:52:26 -0500 In-Reply-To: <20031224000758.I47416@rocket.alienwebshop.com> Message-ID: <44u13qmig5.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FreeBSD LIST Subject: Re: missing /usr/libexec/ld-elf.so.1 ... not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 13:52:29 -0000 Peter Leftwich writes: > But no. I looked at /mnt/cdrom1/bin/* and tried a `tar -tzf > binary-filename-here` to list the contents but it didn't work. Is there a > "++CONTENTS" or "ls-laR.tgz" file somewhere of the contents? In the tarfile, of course. ;-) Try something like # cat /mnt/cdrom1/bin/* | tar -tzf - for the contents. Change the 'f' to an 'x' and give the filename to extract a particular file.