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.

有帮助吗?

解决方案

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
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top