installing on cent os problem

kia_sh

New member
Joined
Sep 12, 2009
Messages
3
hello
i encountered a problem when installing directadmin on centOs :


./setup.sh: line 1164: tar: command not found
Cannot find the DirectAdmin binary. Extraction failed


how can i fix the problem?
 
Which seems pretty weird; tar is included in the base CentOS install even if you install no additional packages.

What is the output of this command?
Code:
$ rpm -qa | grep tar
Jeff
 
yeah it was weird
i get tar & gzip package, the problem solved
PHP:
yum install tar
yum install gzip

tnx for your response :)
 
Back
Top