Search code examples
linuxcentoscentos6bugzilla

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


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.


Solution

  • 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