David Krings wrote:
> 
<snip>
> tar then starts and does basically nothing, no unpacking, no error message,
> no activity at all. <snipped>
> 
What tar command line have you used? This sounds _very_ strongly like a
missing f option, so that tar wants input from STDIN. Try

cd /opt; tar xfzv <full path of so.tar.gz file>

where 'x' means 'extract', 'f' means 'use file instead of STDIN (or
/dev/stx)', 'z' means 'use gzip to de-compress' and 'v' means 'be
verbose'.

I think you left the 'f' :-)

Marc

-- 
Marc Mutz <[EMAIL PROTECTED]>                    http://marc.mutz.com/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics

PGP-keyID's:   0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)

Reply via email to