K kia_sh New member Joined Sep 12, 2009 Messages 3 Sep 12, 2009 #1 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?
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?
K kia_sh New member Joined Sep 12, 2009 Messages 3 Sep 12, 2009 #2 no ideas?it can be license problem ?
floyd Verified User Joined Mar 29, 2005 Messages 6,255 Sep 13, 2009 #3 kia_sh said: ./setup.sh: line 1164: tar: command not found Click to expand... That tells you what you need to know. tar needs to be installed.
kia_sh said: ./setup.sh: line 1164: tar: command not found Click to expand... That tells you what you need to know. tar needs to be installed.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,086 Location California Sep 13, 2009 #4 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
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
K kia_sh New member Joined Sep 12, 2009 Messages 3 Sep 13, 2009 #5 yeah it was weird i get tar & gzip package, the problem solved PHP: yum install tar yum install gzip tnx for your response
yeah it was weird i get tar & gzip package, the problem solved PHP: yum install tar yum install gzip tnx for your response