Moloko Monyepao wrote: > root@lnx1 patch]# tar -xzof redhat-oco-2.4.9-17-s390-2.tar.gz > redhat-oco/redhat-oco-2.4.9-17-2.tar.gz | tar -C / -xzf - lib
I assume you try to execute the command from Section 3 of the RedHat-OCO-HowTo-1.pdf. There are 2 issues: - you must use capital "O" in the the options of the first tar-statement in order to extract to stdout (not small "o"); (that's why you get the "gzip: stdin: unexpected end of file"-message) - you must use "./lib" in the second tar-statement, not "lib" (this is a typo in the RedHat-OCO-HowTo-1.pdf) Jochen -- Dr. Jochen R�hrig Linux for eServer Development IBM Deutschland Entwicklung GmbH eMail: [EMAIL PROTECTED]
