missing /usr/libexec/ld-elf.so.1 ... not found
Scott W
wegster at mindcore.net
Wed Dec 24 09:13:26 PST 2003
Lowell Gilbert wrote:
> Peter Leftwich <Hostmaster at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at 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
More information about the freebsd-questions
mailing list