how to solve Can’t locate Sys/Syslog.pm in @INC
how to solve Can’t locate Sys/Syslog.pm in @INC
when i write the code use Sys::syslog
in perl script,and excute the my.pl -h
command in linux ,i run into can't locate Sys/syslog.pm in @INC
i think i just miss this file ,so i put the syslog.pm
in /usr/lib64/perl5/Sys/
path,but it still doesnt work and give me another error Can't locate loadable object for module Sys::Syslog in @INC
,than i search it in google,and find this reason
i guss this is the reason that i cant be secuss,so i just delect the syslog.pm an type this command below</br>
yum install -y perl-Sys-Syslog
</br>
it works !