>       tar -xvfz mysql-3.23.32.tar.gz
>       tar: Cannot open z: No such file or directory 
>       tar: Error is not recoverable: exiting now
> Any Help? Should there be a z: directory? And where?

Try:

tar zxvf mysql-3.23.32.tar.gz

z = gzipped
x = eXtract
v = verbose
f = file

You had a 'z' after the 'f', therefore tar thought 'z' was the file to
untar :)

:wq
//andreas
http://phpwizard.dk


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to