sape4000 Posted October 13, 2018 Posted October 13, 2018 root@lkk:/usr/abills/misc# ./perldeps.pl test Arguments: test - Show list of installed and missing modules port - Try to install missing modules using ports (FreeBSD only) pkg - Try to install missing modules using pkg (FreeBSD only) apt-get - Install using apt-get when possible (Debian / Ubuntu) rpm - Install using rpm packages when possible ( RHEL, CentOS, Fedora ) В чем может быть проблема? версия 78.30 perl perldeps.pl apt-get -batch Arguments: test - Show list of installed and missing modules port - Try to install missing modules using ports (FreeBSD only) pkg - Try to install missing modules using pkg (FreeBSD only) apt-get - Install using apt-get when possible (Debian / Ubuntu) rpm - Install using rpm packages when possible ( RHEL, CentOS, Fedora ) root@lkk:/usr/abills/misc#
sape4000 Posted October 13, 2018 Author Posted October 13, 2018 Проблема скорее всего в самом файле, скачал из 76 ветки, все ок
~AsmodeuS~ Posted October 13, 2018 Posted October 13, 2018 if($ARGV[0]) { my $action = $ARGV[0]; } замените на if($ARGV[0]) { $action = $ARGV[0]; }
sape4000 Posted October 30, 2018 Author Posted October 30, 2018 Стал вылетать радиус с ошибкой rlm_perl: perl_embed:: module = /usr/abills/libexec/rlm_perl.pl , func = authenticate exit status= Can't locate Mac_auth.pm: ./Mac_auth.pm: Permission denied at /usr/abills/libexec/rlm_perl.pl line 648 как поправить?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now