Page 1 of 1

cannot install xampp

PostPosted: 01. January 2011 14:07
by sethu
i just downloaded xampp from the site .while downloading i saved the file.I tried to install it using the command given in site tar xvfz xampp-linux-1.5.3a.tar.gz -C /opt.But it is not installing.

Instead it gives a message like this
tar (child): xampp-linux-1.5.3a.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Is somebody has any suggestions?It is very urgent.

Re: cannot install xampp

PostPosted: 01. January 2011 17:33
by greno
That syntax is incorrect:

Use this:

tar xzf xampp-linux-1.5.3a.tar.gz -C /opt


-Gerry

Re: cannot install xampp

PostPosted: 02. January 2011 08:26
by sethu
greno wrote:That syntax is incorrect:

Use this:

tar xzf xampp-linux-1.5.3a.tar.gz -C /opt


-Gerry


THANK YOU GERRY I SOLVED IT