Date: 24 Dec 2003 08:52:26 -0500 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: Peter Leftwich <Hostmaster@Video2Video.Com> Cc: FreeBSD LIST <FreeBSD-Questions@freebsd.org> Subject: Re: missing /usr/libexec/ld-elf.so.1 ... not found Message-ID: <44u13qmig5.fsf@be-well.ilk.org> In-Reply-To: <20031224000758.I47416@rocket.alienwebshop.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Leftwich <Hostmaster@Video2Video.Com> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44u13qmig5.fsf>