当我尝试运行 perl 文件时,出现权限被拒绝错误

当我尝试运行 perl 文件时,出现权限被拒绝错误
/usr/local/share/lxr/lxr-2.0.3/scripts$ ls
ANSI-escape.sh    ContextMgr.pm        LCLInterpreter.pm  QuestionAnswer.pm  set-lxr-version.sh  VTescape.pm
configure-lxr.pl  kernel-vars-grab.sh  lighttpd-init      recreatedb.pl      Tagger.pm
/usr/local/share/lxr/lxr-2.0.3/scripts$ sudo ./configure-lxr.pl -vv
sudo: unable to execute ./configure-lxr.pl: Permission denied

我已经安装了 perl5 并且它在/usr/lib/perl5,有人能指出问题出在哪里以及如何处理吗?

答案1

/usr/local/share/lxr/lxr-2.0.3/scripts$ su perl configure-lxr.pl

尝试一下,运行后会要求输入密码,输入密码并继续。如果这不起作用,请告诉我。

相关内容