From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 09:13:26 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 2BC1B16A4CE for ; Wed, 24 Dec 2003 09:13:26 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3FD943D48 for ; Wed, 24 Dec 2003 09:13:24 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu162-234-100.nc.rr.com [24.162.234.100]) hBOHDGov017328; Wed, 24 Dec 2003 12:13:22 -0500 (EST) Message-ID: <3FE9C92C.6080108@mindcore.net> Date: Wed, 24 Dec 2003 12:13:16 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 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> <44u13qmig5.fsf@be-well.ilk.org> In-Reply-To: <44u13qmig5.fsf@be-well.ilk.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine 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 17:13:26 -0000 Lowell Gilbert wrote: > 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. > _______________________________________________ > 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" > Minor correction- change the 't' to an 'x' t= test (will give index/list of files but not extract x= eXtract files.... Scott