Domanda

While installation of bugzilla I was running this commmand, /.checksetup.pl , but I am getting the error,

bash: ./checksetup.pl: No such file or directory

I am using centos v6.5.

È stato utile?

Soluzione

check if you in the right place (u can use 'ls' command and see if it's showing 'checksetup.pl' )

it might be not executable ,then try this :

sudo chmod +x checksetup.pl
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top