Date: Wed, 24 Dec 2003 12:13:16 -0500 From: Scott W <wegster@mindcore.net> 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: <3FE9C92C.6080108@mindcore.net> In-Reply-To: <44u13qmig5.fsf@be-well.ilk.org> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
Lowell Gilbert wrote: > 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. > _______________________________________________ > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FE9C92C.6080108>